Created
October 29, 2015 09:50
-
-
Save alesegdia/3ec706bf872ec066d14d to your computer and use it in GitHub Desktop.
LuaRocks for 5.1 and 5.2
This file contains hidden or 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
# 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