]> Creatis software - creaToolsTools.git/blobdiff - Linux/menu.sh
*** empty log message ***
[creaToolsTools.git] / Linux / menu.sh
index 4326d714ea40a4fed7ccc7d70216047ed05204bb..3be1b00a10aba6ac78eaef9493114df253ca1a27 100644 (file)
@@ -146,7 +146,7 @@ do
         read corenumber
         if [ "$corenumber" = "" ]
         then
-           generationdir="2"
+           corenumber="2"
         fi
         echo "you said : [" $corenumber "]"
 
@@ -154,11 +154,11 @@ do
         echo   
 
         # ------------------
-        echo "Name of the Generation Directory (default is /tmp/myGenerationDir)"
+        echo "Name of the Generation Directory (default is ~/creaToolsGenerationDir)"
         read generationdir
         if [ "$generationdir" = "" ]
         then
-           generationdir="/tmp/myGenerationDir"
+           generationdir="~/creaToolsGenerationDir"
         fi
         echo "you said : [" $generationdir "]"
 
@@ -189,6 +189,8 @@ do
         echo 
         # ------------------
 
+if [ false ]
+then
         docgeneration="___"
         while [[ "$docgeneration" != "ON"  && "$docgeneration" != "OFF" ]]
         do
@@ -202,6 +204,9 @@ do
         done
         echo
         echo
+fi
+docgeneration="OFF"
+
         # ------------------
 
         sourcesFrom="___"
@@ -514,7 +519,7 @@ do
             
      if [ -f $installPrefixThird/share/creatools_third_party_library_config.sh ]
      then
-        echo  $installPrefixThird/share/creatools_third_party_library_config.sh
+        echo  "Third party config file : " $installPrefixThird/share/creatools_third_party_library_config.sh
        echo  ------
        more $installPrefixThird/share/creatools_third_party_library_config.sh
        echo  ------
@@ -524,7 +529,7 @@ do
      
      if [ -f $installPrefix/share/creatools_base_library_config.sh ]
      then
-        echo  $installPrefix/share/creatools_base_library_config.sh
+        echo  "Creatools base library config file : " $installPrefix/share/creatools_base_library_config.sh
        echo  ------ 
        more $installPrefix/share/creatools_base_library_config.sh
        echo  ------ 
@@ -532,9 +537,10 @@ do
         echo "installPrefix ... " $installPrefix
      fi 
      echo  ------
-        echo "VTK_DIR  : " $VTK_DIR
-        echo "ITK_DIR  : " $ITK_DIR
-        echo "GDCM_DIR : " $GDCM_DIR
+        echo "VTK_DIR  :                 " $VTK_DIR
+        echo "ITK_DIR  :                 " $ITK_DIR
+        echo "GDCM_DIR :                 " $GDCM_DIR
+       echo
         echo "crea_DIR :                 " $crea_DIR
         echo "BBTK_DIR :                 " $BBTK_DIR
         echo "creaMaracasVisu_DIR :      " $creaMaracasVisu_DIR