LuaJIT: Difference between revisions
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
| valign="top"| | | valign="top"| | ||
<source lang="bash"> | <source lang="bash"> | ||
luarocks install moonrocks | |||
luarocks install lua-json | luarocks install lua-json | ||
</source> | </source> |
Revision as of 21:14, 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
|
|
| |
References
| ||