Stratus3D / asdf-lua

Lua plugin for asdf version manager. https://github.com/asdf-vm/asdf
MIT License
62 stars 12 forks source link

Add support for the `linux-readline` build target (#18) #19

Closed siiky closed 3 years ago

siiky commented 3 years ago

Now you can use the ASDF_LUA_LINUX_READLINE environment variable to install Lua with readline support, like so:

ASDF_LUA_LINUX_READLINE=1 asdf install lua 5.4.2

Closes #18.


My very extensive testing (/s) showed that it works. I removed the installed Lua versions and plugin, confirmed there was no Lua interpreter available, added this one, installed 5.4.2 with the ENV variable, and it has readline support.

Stratus3D commented 3 years ago

Thanks for the PR @SiIky ! I'm testing this on my machine now.

Stratus3D commented 3 years ago

Thanks! Changes worked for me.