Merge pull request #134 from amplab/curl

Add curl as a dependency
This commit is contained in:
Robert Nishihara 2016-06-20 16:44:35 -07:00 committed by GitHub
commit cfc151a2b2

View file

@ -28,7 +28,7 @@ fi
if [[ $platform == "linux" ]]; then
sudo apt-get update
sudo apt-get install -y git cmake build-essential autoconf libtool python-dev python-numpy python-pip libboost-all-dev unzip libjpeg8-dev
sudo apt-get install -y git cmake build-essential autoconf curl libtool python-dev python-numpy python-pip libboost-all-dev unzip libjpeg8-dev
elif [[ $platform == "macosx" ]]; then
brew install git cmake autoconf libtool boost libjpeg
sudo easy_install pip