/asdf-lua

Lua plugin for asdf version manager. https://github.com/asdf-vm/asdf

Primary LanguageShellMIT LicenseMIT

asdf-lua

Build Status

Lua plugin for asdf version manager based off of scripts in my dotfiles repository.

Dependencies

  • ANSI C compiler (like gcc).
    • OSX
      • xcode-select --install. Then install the "Command Line Tools" component from the dialog that appears.
    • Debian
      • sudo apt-get install linux-headers-$(uname -r) build-essential
    • RedHat
      • sudo yum install devtoolset-2

Install

asdf plugin-add lua https://github.com/Stratus3D/asdf-lua.git

Use

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.

Development

To modify this plugin into your asdf installation and see changes live, just create a symlink:

ln -s . ~/.asdf/plugins/lua

Contributing

Feel free to create an issue or pull request if you find a bug.

Issues

  • Lua versions 4.0 and earlier do not install
  • No way to specify specify custom configuration options

License

MIT License