Skip to content

lua vfox plugin. Use the vfox to manage multiple lua versions in Linux/Darwin MacOS.

License

Notifications You must be signed in to change notification settings

WindMillCode/vfox-lua

 
 

Repository files navigation

logo

E2E tests

vfox-lua plugin

lua vfox plugin. Use the vfox to manage multiple lua versions in Linux/Darwin MacOS.

Requirements

  • MacOS/Linux (you can install by apt or homebrew)
    • GNU Make
    • ANSI C compiler (like gcc)
  • Windows (you can install by msys2)
    • GCC Compiler
    • Make

Usage

# install plugin
vfox add --source https://github.com/yeshan333/vfox-lua/archive/refs/heads/main.zip lua

# install an available lua version
vofx search lua
# or specific version 
vfox install [email protected]

Notice

  1. Make sure build tools (gcc compiler、make or others) are in the system $PATH.

  2. If you are installing Lua 5.4.x or greater on Linux. By default, Lua will be compiled with readline. For build the interactive Lua interpreter with handy line-editing and history capabilities, you need to install the readline library.

  3. Use PowerShell to install the Lua on Windows.

Acknowledgements

Thanks for these awesome resources that were used during the development of the vfox-lua:

About

lua vfox plugin. Use the vfox to manage multiple lua versions in Linux/Darwin MacOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 80.6%
  • Python 19.4%