if [ $expanded = "YES" ]
then
- echo " install all base stuff :.. ....1.0"
+ echo " Install all base stuff :..........1.0"
echo " (cmake, doxygen, graphviz, ...)"
- echo " Get and Compile vtk :.. .......1.1"
- echo " Get and Compile gdcm :.. ......1.2"
- echo " Get and Compile itk :.. .......1.3"
+ echo " Get, Compile, Install vtk .......1.1"
+ echo " Get, Compile, Install gdcm :.. . .1.2"
+ echo " Get, Compile, Install itk :.......1.3"
else
echo " Install Third Party Libraries :....1 (as root)"
echo "you said : [" $corenumber "]"
echo
- echo
-
+ echo
+
+ racine=$HOME/myDefaultCreatoolsGenerationDir
# ------------------
- echo "Name of the Generation Directory (default is ~/myDefaultGenerationDir)"
+ echo "Name of the Generation Directory (default is $racine)"
read generationdir
if [ "$generationdir" = "" ]
then
- generationdir="~/myDefaultGenerationDir"
+
+ generationdir=$racine
fi
echo "you said : [" $generationdir "]"
# the following stupid test is used at debug time; Please don't remove!
#if [ true = false ]
if [ true = true ]
-then
+then
+
libname=VTK
dirInstall=$binDir/$libname-Bin
dirInstallVTK=$dirInstall
export VTK_DIR=$installPrefixThird/lib/vtk-5.6/
mkdir $dirInstall
+ echo "we prepare directories dirInstallVTK " $dirInstallVTK " VTK_DIR " $installPrefixThird/lib/vtk-5.6/
cd $dirInstall
cmake -G"Unix Makefiles" -H$sourcesDir/$libname -B$dirInstall/