]> Creatis software - creaToolsTools.git/commitdiff
no message
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Wed, 10 Aug 2011 12:12:29 +0000 (12:12 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Wed, 10 Aug 2011 12:12:29 +0000 (12:12 +0000)
Install_ThirdParty/scripts/install_thirdparty_all.bat
Linux/scripts/ThirdParty-install-ITK.sh

index 7e8f85d0b79c33623c266dd54d305eb8fde460ea..2ef43ea82c8caf57ee151fd934f9b810eb43de76 100644 (file)
@@ -59,8 +59,8 @@ cd %thirdpartyGeneration%\thirdparty_source\
 %wgetPath% %urlCreatisSource%/qt-4.7.3.zip
 %wgetPath% %urlCreatisSource%/wxWidgets-2.9.2.7z
 %wgetPath% %urlCreatisSource%/boost_1_47_0.7z
-%wgetPath% %urlCreatisSource%/vtk-5.6.1.zip
-%wgetPath% %urlCreatisSource%/InsightToolkit-3.20.0.zip
+%wgetPath% %urlCreatisSource%/vtk-5.6.1.patchCreatis.tar.gz
+%wgetPath% %urlCreatisSource%/InsightToolkit-3.20.0.patchCreatis.tar.gz
 %wgetPath% %urlCreatisSource%/gdcm_05_Mai_2011.tar.gz
 %wgetPath% %urlCreatisSource%/xerces-c-3.1.1.zip
 rem ------End Downloading Sources------
index dcc579d8d8d75e9a42aa1c78dfce4bcbfb03d380..858c58313e0e5ff66f2fbd1057e9efe70f5b0ee7 100644 (file)
@@ -89,9 +89,9 @@ fi
   #  deal with ITK3
      if [ $OperatingSystem = "MacOS" ]
      then
-        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_ThirdParty_Libraries/source/InsightToolkit-3.20.0.patchCreatis.tar.gz
      else
-        wget http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source/InsightToolkit-3.20.0.tar.gz
+        wget http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source/InsightToolkit-3.20.0.patchCreatis.tar.gz
      fi
      tar -xzvf InsightToolkit-3.20.0.tar.gz
   else