mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
commit
cfc151a2b2
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue