From: Eduardo DAVILA Date: Fri, 14 Sep 2018 09:22:58 +0000 (+0200) Subject: #3226 creaToolsTools Feature New Normal - branch vtk8itk4wx3-macos X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=042671bb04d609fd6cd3236a5fd02dc712aeb17f;p=creaToolsTools.git #3226 creaToolsTools Feature New Normal - branch vtk8itk4wx3-macos --- 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