]> Creatis software - creaToolsTools.git/blobdiff - Linux/menu.sh
fix generation dir
[creaToolsTools.git] / Linux / menu.sh
index f3da99761256d17f8810aec1615b3b58594ad3e0..78252d59aa425a3bef72a6c0f3666251af6742ec 100644 (file)
@@ -21,11 +21,11 @@ do
 
    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)"   
@@ -154,14 +154,16 @@ do
         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 "]"