]> Creatis software - creaToolsTools.git/blobdiff - Linux/installscript
#3224 creaToolsTools Feature New Normal - vtk8itk4wx3-mingw64
[creaToolsTools.git] / Linux / installscript
index a27e07a95fc3d640f6427209fe4f52eafb5aa432..04c273d5660e05099fd8252de3469892aad4ef75 100755 (executable)
@@ -246,18 +246,16 @@ if [ `checkVal $command all 3rd 3rd-base` == true ] ; then
     bigDisplay "INSTALL PACKAGES DEPENDENCIES"
     source scripts/CreaTools-configure.sh
     cd scripts
-    source ThirdParty-install-Base-Stuff.sh $OperatingSystem
+#    source ThirdParty-install-Base-Stuff.sh $OperatingSystem
     cd ..
     bash scripts/ThirdParty-install.sh
 fi
 
 # vtk
 if [ `checkVal $command all 3rd 3rd-vtk` == true ] ; then
-#      if ! [ $OperatingSystem = "MacOS" ] ; then
            bigDisplay "INSTALL VTK"
-               source scripts/ThirdParty-install-VTK.sh
+#              source scripts/ThirdParty-install-VTK.sh
        cd $scriptDirName
-#      fi
 fi
 
 # gdcm
@@ -279,7 +277,7 @@ fi
 # wt
 if [ `checkVal $command all 3rd 3rd-wt` == true ] ; then
     bigDisplay "INSTALL WT"
-    source scripts/ThirdParty-install-WT.sh
+#    source scripts/ThirdParty-install-WT.sh
     cd $scriptDirName
 fi