Skip to content

Instantly share code, notes, and snippets.

@nightsailer
Created August 16, 2015 14:34
Show Gist options
  • Select an option

  • Save nightsailer/efe160af739358203153 to your computer and use it in GitHub Desktop.

Select an option

Save nightsailer/efe160af739358203153 to your computer and use it in GitHub Desktop.
install zeromq on Amazon linux
# 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