LuaJIT: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 11: | Line 11: | ||
luajit --help | luajit --help | ||
</source> | </source> | ||
==Playground== | |||
{| | |||
| valign="top"| | |||
<source lang="bash"> | |||
luarocks install lua-json | |||
</source> | |||
| valign="top" | | |||
|- | |||
| colspan="2" | | |||
---- | |||
|- | |||
| valign="top" | | |||
| valign="top" | | |||
|} | |||
==References== | ==References== |
Revision as of 20:58, 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 lua-json
|
|
| |
References
| ||