Skip to content

Setup lua

Leander Neiß edited this page Jan 13, 2014 · 4 revisions
  • Checkout/download lua version 5.2.3 from here: https://github.com/LuaDist/lua/
  • compile and install lua to your preferred directory.
  • set environment variable LUA_DIR to installed location.
  • (Windows) add the path to lua.dll to your PATH variable.

Simple as that :)

Clone this wiki locally