Last active
December 25, 2015 18:59
-
-
Save tkuchiki/7025062 to your computer and use it in GitHub Desktop.
luajit install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LUAJIT_VERSION=2.0.2 | |
wget "http://luajit.org/download/LuaJIT-$LUAJIT_VERSION.tar.gz" | |
tar zxvf LuaJIT-$LUAJIT_VERSION.tar.gz | |
cd LuaJIT-$LUAJIT_VERSION | |
make | |
make install PREFIX=/usr/local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment