Lua Development Environment
less than a minute
Installing the Environment
Lua
- URL: lua
- Installation
make INSTALL_TOP=installation_path install
Package Manager Luarocks
- URL: luarocks
Installation
./configure --prefix=installation_path
make install
Documentation Generation Tool
- URL: LDoc
Installation
Modify LUA_SHAREDIR in Makefile to $(LUA_PREFIX)/share/lua/5.4
luarocks install penlight
make install