]> Creatis software - creaToolsTools.git/commitdiff
#3226 creaToolsTools Feature New Normal - branch vtk8itk4wx3-macos
authorEduardo DAVILA <davila@ei-ed-606.creatis.insa-lyon.fr>
Fri, 14 Sep 2018 09:22:58 +0000 (11:22 +0200)
committerEduardo DAVILA <davila@ei-ed-606.creatis.insa-lyon.fr>
Fri, 14 Sep 2018 09:22:58 +0000 (11:22 +0200)
Linux/installscript

index b48f2029463342d5bd11badc49d609b1e235fd7d..b03ad1bdcbee9a9f913b125d24ced53d2470d65f 100755 (executable)
@@ -246,7 +246,7 @@ 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
@@ -254,14 +254,14 @@ fi
 # vtk
 if [ `checkVal $command all 3rd 3rd-vtk` == true ] ; then
            bigDisplay "INSTALL VTK"
-#              source scripts/ThirdParty-install-VTK.sh
+               source scripts/ThirdParty-install-VTK.sh
        cd $scriptDirName
 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
 
@@ -275,7 +275,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