Skip to content

Instantly share code, notes, and snippets.

@zcourts
Created May 7, 2014 11:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zcourts/da8b5a06bd0b44a76801 to your computer and use it in GitHub Desktop.
Save zcourts/da8b5a06bd0b44a76801 to your computer and use it in GitHub Desktop.
Because the standard install doesn't always work!
cd /tmp
git clone git@github.com:zeromq/zeromq4-x.git
cd zeromq4-x
./autogen.sh
./configure
make
make install
cd /tmp
git clone git@github.com:zeromq/jzmq.git
cd jzmq
git reset --hard v2.2.2
./autogen.sh
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment