From e22b0b01f64856167badf5b700a909ddfe484b5e Mon Sep 17 00:00:00 2001 From: Mehrdad Date: Mon, 20 Jun 2016 15:58:19 -0700 Subject: [PATCH] Add curl as a dependency --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 7bea8cceb..0720f3044 100755 --- a/setup.sh +++ b/setup.sh @@ -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