LuaJIT

From Chorke Wiki
Revision as of 09:49, 13 November 2023 by Shahed (talk | contribs) (→‎References)
Jump to navigation Jump to search
# 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