X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2Fscripts%2FThirdParty-install.sh;h=187ffd313293d6042781c32883bf3b07e62e7069;hb=6a4393e29e2ad4c755ff2d31d53e0f9823ddd1bd;hp=b9b32e141239f3e0067d69012f5ae44f773509c6;hpb=5ceecf6dda6a78fc6cefb8e9f8774f2a287a3729;p=creaToolsTools.git diff --git a/Linux/scripts/ThirdParty-install.sh b/Linux/scripts/ThirdParty-install.sh index b9b32e1..187ffd3 100644 --- a/Linux/scripts/ThirdParty-install.sh +++ b/Linux/scripts/ThirdParty-install.sh @@ -53,6 +53,7 @@ then chown $loginUserName $generationdir chgrp $loginGroupName $generationdir fi + if [ ! -e $sourcesDir ] then mkdir $sourcesDir @@ -82,7 +83,7 @@ then cd $sourcesDir if [ $OperatingSystem = "MacOS" ] - then + then # 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 @@ -117,5 +118,6 @@ if [ true = true ] then cd $sourcesDir # pourquoi ne copie-t-on plus? JPR + mkdir -p $installPrefixThird/bin cp tth $installPrefixThird/bin fi