]> Creatis software - creaToolsTools.git/blobdiff - Install_mingw64/Install_ThirdParty/scripts/download_ThirdPartySW.bat
#3200 creaToolsTools Feature New Normal - branch mingw64
[creaToolsTools.git] / Install_mingw64 / Install_ThirdParty / scripts / download_ThirdPartySW.bat
index ce1d0f211aed5b84c9d95e0d739b17ff97a28803..79f1bc4e7365846cb052ca6ac8f0e443fb88eae9 100644 (file)
@@ -40,7 +40,6 @@ if %PROCESSOR_ARCHITECTURE%==x86 (
 
 if not exist %wgetPath% (
   echo ERROR!!! wget has not been found in the system
-  pause
   exit
 )
 
@@ -61,7 +60,7 @@ set WXVERSION=3.0.4
 set BOOSTFNAME=boost_1_64_0.7z
 ::set XERCESFNAME=xerces-c-3.1.1.zip
 ::set XERCESFNAME=xerces-c-3.1.4.zip
-set XERCESFNAME=xerces-c-3.2.1.zip
+set XERCESFNAME=xerces-c-3.2.3.zip
 ::set VTKFNAME=vtk-5.10.0.zip
 :: set VTKFNAME=VTK-8.1.1-patch_mingw64.7z
 set VTKFNAME=VTK-8.1.1-Patch.7z
@@ -151,7 +150,10 @@ if %EEDdownloadBOOST%==FALSE GOTO SKIPDOWNLOADBOOST
 :SKIPDOWNLOADBOOST
 
 if %EEDdownloadXERCES%==FALSE GOTO SKIPDOWNLOADXERCES
-  %wgetPath% "http://mirror.ibcp.fr/pub/apache//xerces/c/3/sources/%XERCESFNAME%"
+::  %wgetPath% "http://mirror.ibcp.fr/pub/apache//xerces/c/3/sources/%XERCESFNAME%"
+  %wgetPath% --no-check-certificate "%urlCreatisSource%/%XERCESFNAME%"
+  echo   %wgetPath% "http://mirror.ibcp.fr/pub/apache//xerces/c/3/sources/%XERCESFNAME%"
+
 ::  %wgetPath% --no-check-certificate "https://archive.apache.org/dist/xerces/c/3/sources/%XERCESFNAME%"
   echo -----------------------------------
   echo -------------XERCES----------------
@@ -214,7 +216,6 @@ if %EEDdownloadDLFCN%==FALSE GOTO SKIPDOWNLOADDLFCN
   %zipPath% x %DLFCNFNAME%
 ::  del %DLFCNFNAME%
 :SKIPDOWNLOADDLFCN
-pause
 if %EEDdownloadOPENGLMESA%==FALSE GOTO SKIPDOWNLOADOPENGLMESA
   %wgetPath% --no-check-certificate "%urlCreatisSource%/../../../crea_Developer_Tools/v4/%OPENGLMESANAME%"
   echo ------------------------------------------------
@@ -222,7 +223,6 @@ if %EEDdownloadOPENGLMESA%==FALSE GOTO SKIPDOWNLOADOPENGLMESA
   echo ------------------------------------------------
   cd %sourcepath%
   %zipPath% x %OPENGLMESANAME%
-pause  
 ::  del %OPENGLMESANAME%
 :SKIPDOWNLOADOPENGLMESA
 
@@ -239,7 +239,7 @@ rename InsightToolkit-4.12.1 itk
 rename VTK-8.1.1 vtk
 rename gdcm13_2018_05_28_vtk8 gdcm13
 rename tth_exe tth
-rename xerces-c-3.2.1 xerces
+rename xerces-c-3.2.3 xerces
 rename sqlite_v3.6.23.1 sqlite
 
 echo -----End of Download Libraries-----