LuaJIT

From Chorke Wiki
Revision as of 13:48, 30 October 2023 by Shahed (talk | contribs)
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