update ZemoMQ download location (#1)

This commit is contained in:
Damiaan Dufaux 2016-06-05 18:45:11 +02:00
parent 94936685e7
commit 63b53860be
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ if [[ "$(uname)" == "Linux" ]]; then
fi
cd /tmp/
sudo curl -O http://download.zeromq.org/zeromq-4.1.4.tar.gz
sudo curl -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
sudo make
sudo make install
sudo make install