Last active
August 29, 2015 14:11
-
-
Save aymanosman/b7a5dcc96112ce98b6fb to your computer and use it in GitHub Desktop.
Install zeromq
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
#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