From 042671bb04d609fd6cd3236a5fd02dc712aeb17f Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Fri, 14 Sep 2018 11:22:58 +0200 Subject: [PATCH] #3226 creaToolsTools Feature New Normal - branch vtk8itk4wx3-macos --- Linux/installscript | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Linux/installscript b/Linux/installscript index b48f202..b03ad1b 100755 --- a/Linux/installscript +++ b/Linux/installscript @@ -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 -- 2.45.1