From 0d435201754e4f8d08bdfe5823316f3fb71095aa Mon Sep 17 00:00:00 2001 From: Frederic Cervenansky Date: Wed, 15 Jun 2011 09:02:34 +0000 Subject: [PATCH] mac ports --- Linux/scripts/ThirdParty-install.sh | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/Linux/scripts/ThirdParty-install.sh b/Linux/scripts/ThirdParty-install.sh index c662efa..536cd90 100644 --- a/Linux/scripts/ThirdParty-install.sh +++ b/Linux/scripts/ThirdParty-install.sh @@ -113,16 +113,15 @@ then port selfupdate port install cmake -y - port install cmake-gui -y port install doxygen -y port install graphviz -y port install texlive -y port install latex2html -y - port install wxGTK-devel wxBase -y - port install boost-devel -y - port install sqlite-devel -y - port install qt-devel -y - port install mesa-libOSMesa-devel -y + port install wxGTK -y + port install boost -y + port install sqlite3 -y + port install qt4-mac -y + port install mesa -y ;; *) #echo " '$OperatingSystem' : Unknown (for us...) Operating Sytem " @@ -151,10 +150,14 @@ then if [ $OperatingSystem = "MacOS" ] then - curl http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source/VTK-5.6.1.patchCreatis.tar.gz - curl http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source/gdcm_05_Mai_2011.tar.gz - curl http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source/InsightToolkit-3.20.0.tar.gz - curl http://www.creatis.insa-lyon.fr/software/public/creatools/crea_Developer_Tools/All_Versions/tth/tth_linux/tth + curl -O http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source/VTK-5.6.1.patchCreatis.tar.gz + curl -O http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source/gdcm_05_Mai_2011.tar.gz + curl -O http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source/InsightToolkit-3.20.0.tar.gz + curl -O http://www.creatis.insa-lyon.fr/software/public/creatools/crea_Developer_Tools/All_Versions/tth/tth_linux/tth + + tar -xvf VTK-5.6.1.patchCreatis.tar.gz + tar -xvf gdcm_05_Mai_2011.tar.gz + tar -xvf InsightToolkit-3.20.0.tar.gz else wget http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source/VTK-5.6.1.patchCreatis.tar.gz wget http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source/gdcm_05_Mai_2011.tar.gz -- 2.45.1