Created
July 28, 2017 03:41
-
-
Save akabe/9352e05d2413ccbefb2b52ea6ae81599 to your computer and use it in GitHub Desktop.
Install zeromq-devel on CentOS7
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
#!/bin/sh -xeu | |
sudo yum install -y epel-release | |
sudo yum install -y zeromq-devel |
how to run it?
I was trying to install it on AmazonLinux 2 which is base of CenOS 7.
Tried this but ended up having to enable EPEL through another way, just leaving it here if someone else come across it:
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install -y zeromq-devel
good,it's work.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this good, i want fork u