Skip to content

Instantly share code, notes, and snippets.

@alesegdia
Created October 29, 2015 09:50
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 alesegdia/3ec706bf872ec066d14d to your computer and use it in GitHub Desktop.
Save alesegdia/3ec706bf872ec066d14d to your computer and use it in GitHub Desktop.
LuaRocks for 5.1 and 5.2
# LuaRocks for 5.1
./configure --lua-version=5.1 --versioned-rocks-dir --lua-suffix=5.1
make build
sudo make install
# LuaRocks for 5.2
./configure --lua-version=5.2 --versioned-rocks-dir --lua-suffix=5.2
make build
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment