Merge pull request #12 from Dev1an/master
update ZemoMQ download location
This commit is contained in:
commit
5e94ad6d54
|
@ -7,7 +7,7 @@ if [[ "$(uname)" == "Linux" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd /tmp/
|
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
|
sudo tar xf /tmp/zeromq-4.1.4.tar.gz
|
||||||
cd /tmp/zeromq-4.1.4
|
cd /tmp/zeromq-4.1.4
|
||||||
sudo ./configure --without-libsodium
|
sudo ./configure --without-libsodium
|
||||||
|
|
Loading…
Reference in New Issue