Created
August 16, 2015 14:34
-
-
Save nightsailer/efe160af739358203153 to your computer and use it in GitHub Desktop.
install zeromq on Amazon linux
This file contains hidden or 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 libsodium | |
| download & build from https://github.com/jedisct1/libsodium | |
| # download zeromq 4.1.2 | |
| # SETUP PKG_CONFIG_PATH | |
| export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig | |
| ./configure | |
| make | |
| sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment