LuaJIT: Difference between revisions
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
| valign="top" | | | valign="top" | | ||
* [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] | ||
* [https://www.lua.org/pil/1.html LuaJIT » Lua » Getting Started] | * [https://www.lua.org/pil/1.html LuaJIT » Lua » Getting Started] |
Revision as of 19:11, 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
| ||