Skip to content

Instantly share code, notes, and snippets.

@Nymphium
Created June 17, 2015 17:37
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 Nymphium/5c4a9be8e49db1763fa2 to your computer and use it in GitHub Desktop.
Save Nymphium/5c4a9be8e49db1763fa2 to your computer and use it in GitHub Desktop.
wget http://www.lua.org/ftp/lua-5.3.1.tar.gz
tar xf lua-5.3.1.tar.gz && cd lua-5.3.1 && make -j18 linux && make -j18 install INSTALL_TOP=$(pwd) && PATH+=$(pwd)/bin
lua -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment