Merge pull request #12 from Dev1an/master

update ZemoMQ download location
This commit is contained in:
goloveychuk 2016-06-06 12:22:57 +03:00
commit 5e94ad6d54
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if [[ "$(uname)" == "Linux" ]]; then
fi
cd /tmp/
sudo curl -O http://download.zeromq.org/zeromq-4.1.4.tar.gz
sudo curl -L -O https://github.com/zeromq/zeromq4-1/releases/download/v4.1.4/zeromq-4.1.4.tar.gz
sudo tar xf /tmp/zeromq-4.1.4.tar.gz
cd /tmp/zeromq-4.1.4
sudo ./configure --without-libsodium