lua-build
lua-build copied to clipboard
Compile and install Lua
# FEATURE REQUEST ## Description of Request - support more recent, stable `luvit` releases ## Reason or Need for Feature - Build and compilation process for `luvit` is broken: -...
[Raptorjit](https://github.com/raptorjit/raptorjit) is a fork of luajit... I wonder if it is complicated to support [their versions](https://github.com/raptorjit/raptorjit/tags) ?
I am trying to build `luajit-2.1.0-beta2` using `luaenv install`, which fails with following message: ``` Downloading luajit-2.1.0-beta2.tar.gz... -> http://luajit.org/download/LuaJIT-2.1.0-beta2.tar.gz /opt/luaenv/plugins/lua-build/bin/lua-build: line 144: pushd: luajit-2.1.0-beta2: No such file or directory ```...
Lua has a Makefile variable `PLAT` that allows to choose the platform. I would like to force it to `posix`, to avoid the dependencies on `readline` and `ncurses`. Is that...