Skip to content

Instantly share code, notes, and snippets.

@akabe
Created July 28, 2017 03:41
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save akabe/9352e05d2413ccbefb2b52ea6ae81599 to your computer and use it in GitHub Desktop.
Save akabe/9352e05d2413ccbefb2b52ea6ae81599 to your computer and use it in GitHub Desktop.
Install zeromq-devel on CentOS7
#!/bin/sh -xeu
sudo yum install -y epel-release
sudo yum install -y zeromq-devel
@chuanfoo
Copy link

good,it's work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment