Skip to content

Instantly share code, notes, and snippets.

@aymanosman
Last active August 29, 2015 14:11
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 aymanosman/b7a5dcc96112ce98b6fb to your computer and use it in GitHub Desktop.
Save aymanosman/b7a5dcc96112ce98b6fb to your computer and use it in GitHub Desktop.
Install zeromq
#install zeromq
wget http://download.zeromq.org/zeromq-4.0.5.tar.gz
tar -xzf zeromq-4.0.5.tar.gz
cd zeromq-4.0.5
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment