Skip to content

Instantly share code, notes, and snippets.

@gbluma
Created February 3, 2012 02:00
Show Gist options
  • Save gbluma/1727180 to your computer and use it in GitHub Desktop.
Save gbluma/1727180 to your computer and use it in GitHub Desktop.
# 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