Lua plugin for asdf version manager based off of scripts in my dotfiles repository.
xcode-select --install
. Then install the "Command Line Tools" component from the dialog that appears.sudo apt-get install linux-headers-$(uname -r) build-essential
sudo yum install devtoolset-2
asdf plugin-add lua https://github.com/Stratus3D/asdf-lua.git
Check the asdf readme for instructions on how to install & manage versions of Lua.
You can also read my Lua Version Management with asdf-lua article which has complete instructions on installation and usage.
If you are installing Lua 5.4.x or greater on linux by default Lua will be compiled without readline. You can override this behavior by setting ASDF_LUA_LINUX_READLINE=1
before running asdf install
. See this thread for the details - http://lua-users.org/lists/lua-l/2020-07/msg00363.html
To modify this plugin into your asdf
installation and see changes live, just create a symlink:
ln -s . ~/.asdf/plugins/lua
Feel free to create an issue or pull request if you find a bug.
MIT License