Created
February 3, 2012 02:00
-
-
Save gbluma/1727180 to your computer and use it in GitHub Desktop.
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
# 1. Install Lua 5.1 | |
# 2. Install Luarocks | |
# 3. Follow these instructions | |
# go some place safe | |
cd /tmp | |
# become root (watch out!) | |
sudo bash | |
# install dependencies from git and places | |
luarocks install lua_signal | |
curl -OL https://github.com/iamaleksey/lua-zmq/raw/master/rockspecs/lua-zmq-scm-0.rockspec | |
luarocks install lua-zmq-scm-0.rockspec | |
curl -O https://raw.github.com/jsimmons/tnetstrings.lua/master/rockspecs/tnetstrings-scm-0.rockspec | |
luarocks install tnetstrings-scm-0.rockspec | |
# install tir | |
curl -OL https://raw.github.com/zedshaw/Tir/master/rockspec/tir-0.9-3.rockspec | |
luarocks install tir-0.9.3.rockspec | |
# stop being root | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment