]> Creatis software - creaToolsTools.git/blobdiff - Install_ThirdParty/scripts/download_ThirdPartySW.bat
DFCH: ThirdParty Libraries installer generator working -- script tested and updated...
[creaToolsTools.git] / Install_ThirdParty / scripts / download_ThirdPartySW.bat
index 71300460eb2b37935a31224a3d31e4a3ab5fd554..c76da1e0e8748bb4efe39b25d3511768681577d8 100644 (file)
@@ -11,7 +11,8 @@ set thirdpartyGeneration=%1
 set buildType=%2
 set wxStable=%3
 
-set urlCreatisSource=http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source
+:: set urlCreatisSource=http://www.creatis.insa-lyon.fr/software/public/creatools/crea_ThirdParty_Libraries/source
+set urlCreatisSource=http://www.creatis.insa-lyon.fr/~caceres/software
 
 if %PROCESSOR_ARCHITECTURE%==x86 (
   set ProgramFilesPath_x86=%ProgramFiles%
@@ -69,8 +70,8 @@ set BOOSTFNAME=boost_1_49_0.7z
 set XERCESFNAME=xerces-c-3.1.1.zip
 set ITKFNAME=InsightToolkit-3.20.1.zip
 set VTKFNAME=vtk-5.10.0.zip
-::set GDCMFNAME=gdcm_11_Oct_2011.tar.gz
-set GDCMFNAME=gdcm_05_Mai_2011.tar
+set GDCMFNAME=gdcm_11_Oct_2011.tar
+::set GDCMFNAME=gdcm_05_Mai_2011.tar
 set TTHFNAME=tth_exe.zip
 set JOMFNAME=jom.zip
 
@@ -162,6 +163,16 @@ cd %sourcepath%
 %zipPath% x %sourcepath%\%VTKFNAME%
 del %sourcepath%\%VTKFNAME%
 
+echo -----------------------------------
+echo ------------GDCM ------------------
+echo -----------------------------------
+
+cd %sourcepath%
+%zipPath% x %GDCMFNAME%.gz
+%zipPath% x %GDCMFNAME%
+del %GDCMFNAME%.gz
+del %GDCMFNAME%
+
 echo -----------------------------------
 echo -------------ITK-------------------
 echo -----------------------------------
@@ -178,16 +189,6 @@ cd %sourcepath%
 %zipPath% x %XERCESFNAME%
 del %XERCESFNAME%
 
-echo -----------------------------------
-echo ------------GDCM ------------------
-echo -----------------------------------
-
-cd %sourcepath%
-%zipPath% x %GDCMFNAME%.gz
-%zipPath% x %GDCMFNAME%
-del %GDCMFNAME%.gz
-del %GDCMFNAME%
-
 echo -----------------------------------
 echo --------------TTH------------------
 echo -----------------------------------
@@ -215,5 +216,28 @@ rename xerces-c-3.1.1 xerces
 
 echo -----End of Download Libraries-----
 echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
+echo -----------------------------------
 
 exit /B
\ No newline at end of file