LuaJIT: Difference between revisions
Jump to navigation
Jump to search
Line 59: | Line 59: | ||
| valign="top" | | | valign="top" | | ||
* [https://medium.com/@Games24x7Tech/running-atomicity-consistency-use-case-at-scale-using-lua-scripts-in-redis-372ebc23b58e LuaJIT » Lua » Running Atomicity Consistency] | * [https://medium.com/@Games24x7Tech/running-atomicity-consistency-use-case-at-scale-using-lua-scripts-in-redis-372ebc23b58e LuaJIT » Lua » Running Atomicity Consistency] | ||
* [https://github.com/leafo/moonrocks LuaJIT » LuaRocks » MonoRocks] | |||
* [https://github.com/luarocks/luarocks/wiki/Download#installing LuaJIT » LuaRocks » Install] | * [https://github.com/luarocks/luarocks/wiki/Download#installing LuaJIT » LuaRocks » Install] | ||
* [https://luarocks.org/ LuaJIT » LuaRocks] | * [https://luarocks.org/ LuaJIT » LuaRocks] |
Revision as of 21:13, 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
| ||