X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Install_ThirdParty%2Fscripts%2Fdownload_ThirdPartySW.bat;h=c76da1e0e8748bb4efe39b25d3511768681577d8;hb=7c7181bc9b1ac202817b9d02c64807dc685590ef;hp=71300460eb2b37935a31224a3d31e4a3ab5fd554;hpb=67a0a4de0e7d0b76e4bd6e1727da7802bb77fcf7;p=creaToolsTools.git diff --git a/Install_ThirdParty/scripts/download_ThirdPartySW.bat b/Install_ThirdParty/scripts/download_ThirdPartySW.bat index 7130046..c76da1e 100644 --- a/Install_ThirdParty/scripts/download_ThirdPartySW.bat +++ b/Install_ThirdParty/scripts/download_ThirdPartySW.bat @@ -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