Skip to content

Instantly share code, notes, and snippets.

@ivan-loh
Last active August 29, 2015 14:07
Show Gist options
  • Save ivan-loh/2ca7fea949e8eea9836e to your computer and use it in GitHub Desktop.
Save ivan-loh/2ca7fea949e8eea9836e to your computer and use it in GitHub Desktop.
installing zeromq + nodejs + zerorpc on ubuntu
sudo add-apt-repository ppa:chris-lea/zeromq
sudo apt-get update
sudo apt-get install libzmq3-dev
npm install zerorpc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment