Skip to content

Instantly share code, notes, and snippets.

@tkuchiki
Last active December 25, 2015 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkuchiki/7025062 to your computer and use it in GitHub Desktop.
Save tkuchiki/7025062 to your computer and use it in GitHub Desktop.
luajit install
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