X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Install_ThirdParty%2Fscripts%2Finstall_thirdparty_all.bat;h=2ef43ea82c8caf57ee151fd934f9b810eb43de76;hb=ddeaaa3cf36ba886126295f9930b28840f61f6e6;hp=4c122a3c847970b2ea9f9722845708c256fbf433;hpb=8efdc3495d5725c2be122d6af61e136f38e2d762;p=creaToolsTools.git diff --git a/Install_ThirdParty/scripts/install_thirdparty_all.bat b/Install_ThirdParty/scripts/install_thirdparty_all.bat index 4c122a3..2ef43ea 100644 --- a/Install_ThirdParty/scripts/install_thirdparty_all.bat +++ b/Install_ThirdParty/scripts/install_thirdparty_all.bat @@ -8,7 +8,7 @@ if %PROCESSOR_ARCHITECTURE%==x86 ( @echo off ) else ( @echo on - set ProgramFilesPath=%ProgramFiles(x86)% + set "ProgramFilesPath=%ProgramFiles(x86)%" @echo off ) @echo on @@ -20,7 +20,7 @@ rem ----------------------------------- set thirdpartyGeneration=%1 set buildType=%2 -set wgetPath=C:\Users\diego\Desktop\crea_Developer_Tools-3.0.0-win32\crea_Developer_Tools-3.0.0\wget.exe +set wgetPath=%cd%\..\..\windows\creaTools_win_installers\CreaTools_v2_0_0_win32_installer\bin\wget.exe set zipPath="%ProgramFilesPath%\7-Zip\7z.exe" 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 @@ -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------