# 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 ..
# 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
# 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
git checkout vtk8itk5wx3-macos
cd $generationdir/creatools_source/$creaminitoolssource
git checkout vtk8itk5wx3-macos
+ cd $generationdir/creatools_source/$creatoolstoolssource
+ git checkout vtk8itk5wx3-macos
fi
if [ $sourcesFrom = HTML ]
;;
MacOS)
port selfupdate
- port -N install cairo -y
- port -N install libomp -y
+ port -N install cairo -y
+ port -N install libomp -y
+# port -f activate libomp -y
+ port -f activate libomp-devel -y
port -N install wget -y
port -N install cmake -y
port -N install doxygen -y