Lua Development Environment

Installing the Environment

Lua

  • URL: lua
  • Installation
make INSTALL_TOP=installation_path install

Package Manager Luarocks

Installation
./configure --prefix=installation_path
make install

Documentation Generation Tool

Installation

Modify LUA_SHAREDIR in Makefile to $(LUA_PREFIX)/share/lua/5.4

luarocks install penlight
make install