]> Creatis software - creaToolsTools.git/blobdiff - Linux/installscript
#3224 creaToolsTools Feature New Normal - vtk8itk4wx3-mingw64
[creaToolsTools.git] / Linux / installscript
index 04c273d5660e05099fd8252de3469892aad4ef75..b48f2029463342d5bd11badc49d609b1e235fd7d 100755 (executable)
@@ -261,17 +261,15 @@ fi
 # gdcm
 if [ `checkVal $command all 3rd 3rd-gdcm` == true ] ; then
     bigDisplay "INSTALL $gdcmVersion"
-    source scripts/ThirdParty-install-gdcm.sh
+#    source scripts/ThirdParty-install-gdcm.sh
     cd $scriptDirName
 fi
 
 # itk
 if [ `checkVal $command all 3rd 3rd-itk` == true ] ; then
-       if ! [ $OperatingSystem = "MacOS" ] ; then
-           bigDisplay "INSTALL $ITKVersion"
-               bash scripts/ThirdParty-install-ITK.sh
-       cd $scriptDirName
-    fi
+       bigDisplay "INSTALL $ITKVersion"
+       bash scripts/ThirdParty-install-ITK.sh
+    cd $scriptDirName
 fi
 
 # wt