LuaJIT: Difference between revisions
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
luarocks install moonrocks | luarocks install moonrocks | ||
luarocks install lua-json | luarocks install lua-json | ||
luarocks install luaunit | |||
</source> | </source> | ||
Revision as of 23:07, 31 January 2024
# macos
brew install luajit
luajit --help
# debian / ubuntu
sudo apt install build-essential libssl-dev git -y
git clone https://github.com/LuaJIT/LuaJIT.git && cd LuaJIT
sudo make install && ls -lah /usr/local/bin|grep luajit
sudo make clean
luajit --help
Playground
luarocks install moonrocks
luarocks install lua-json
luarocks install luaunit
|
|
| |
References
| ||