]> Creatis software - creaToolsTools.git/blobdiff - Linux/installscript
3405 vtk8itk5wx3-macos
[creaToolsTools.git] / Linux / installscript
index 65a5ae4c11e2532cd8e082faef15b234f65a7808..9e4cc33d3d034301f886ee301eae2e42c88a883a 100755 (executable)
@@ -249,7 +249,7 @@ fi
 # install packaged dependencies as root
 if [ `checkVal $command all 3rd 3rd-base` == true ] ; then
     bigDisplay "INSTALL PACKAGES DEPENDENCIES"
-    source scripts/CreaTools-configure.sh
+    bash scripts/CreaTools-configure.sh
     cd scripts
     source ThirdParty-install-Base-Stuff.sh $OperatingSystem
     cd ..
@@ -259,14 +259,14 @@ fi
 # vtk
 if [ `checkVal $command all 3rd 3rd-vtk` == true ] ; then
     bigDisplay "INSTALL VTK"
-    source scripts/ThirdParty-install-VTK.sh
+##EED    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
+    bash scripts/ThirdParty-install-gdcm.sh
     pwd
     echo $scriptDirName 
     cd $scriptDirName
@@ -282,7 +282,7 @@ fi
 # wt
 if [ `checkVal $command all 3rd 3rd-wt` == true ] ; then
     bigDisplay "INSTALL WT"
-    source scripts/ThirdParty-install-WT.sh
+    bash scripts/ThirdParty-install-WT.sh
     cd $scriptDirName
 fi