You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check asdf readme for instructions on how to install & manage versions of LuaJIT.
When installing LuaJIT using asdf install, you can pass custom configure options with the following env vars:
LUAJIT_CONFIGURE_OPTIONS - use only your configure options
LUAJIT_EXTRA_CONFIGURE_OPTIONS - append these configure options along with ones that this plugin already uses
LUAROCKS_CONFIGURE_OPTIONS - use only your configure options
LUAROCKS_EXTRA_CONFIGURE_OPTIONS - append these configure options along with ones that this plugin already uses
How to use (easier version)
Install
Create your .tool-versions file in the project that needs luaJIT and add luaJIT 2.0.5 or whatever version that you want.
Add a LUAJIT_EXTRA_CONFIGURE_OPTIONS and/or
LUAROCKS_EXTRA_CONFIGURE_OPTIONS environment variables with config options
if you want. You probably don't want/need to do this.
run asdf install (if on mac, you now need to set MACOSX_DEPLOYMENT_TARGET,
so it will look like MACOSX_DEPLOYMENT_TARGET=15.0 asdf install for Sequoia
for example)
Run
Once it is done, run luajit. If it says something about having no version set, make sure you set luaJIT luaJITVersion in your ~/.tool-versions file.