Build scripts download header from lua.org/ftp and source files from github.com/lua/lua.git
Build for current environment with:
./upgrade/build_5.x.shExecutables for specific version (e.g. v5.4.7 or v5.5.0) will be generated in:
.dist/
├── v5.x
├── lua
└── luac
Redistributed under Apache 2.0 License (original MIT copyright retained in header)