LuaJIT: Difference between revisions
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
| 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://www.linkedin.com/advice/1/what-pros-cons-using-c-vs-lua-game-scripting-skills-game-design LuaJIT » Pros and Cons of using C# vs Lua] | * [https://www.linkedin.com/advice/1/what-pros-cons-using-c-vs-lua-game-scripting-skills-game-design LuaJIT » Pros and Cons of using C# vs Lua] | ||
* [https://www.lua.org/pil/contents.html LuaJIT » Programming in Lua » 1st Edition] | * [https://www.lua.org/pil/contents.html LuaJIT » Programming in Lua » 1st Edition] |
Revision as of 19:26, 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
References
| ||