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
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
# 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