]> Creatis software - creaToolsTools.git/blobdiff - Linux/menu.sh
re-indent + some fixes.
[creaToolsTools.git] / Linux / menu.sh
index 73336f4c0001b18228dd9e554305e6b1ce73b8ae..618a633fa0875960c59c8a5c72d0380150422cb1 100644 (file)
@@ -33,19 +33,19 @@ do
      
    if [ $expanded = "YES" ]
    then
-   echo " Get the 'CreaTools' source files :.2.1 (CVS : as user!)" 
-   echo " Compile   the CreaTools :..........2.2"
-# Install creatools as user (no longer as root) // JPR 2/5/2011   
-   echo " Install   the CreaTools :..........2.3"
+      echo " Get the 'CreaTools' source files :.2.1 (CVS : as user!)" 
+      echo " Compile   the CreaTools :..........2.2"
+      # Install creatools as user (no longer as root) // JPR 2/5/2011   
+      echo " Install   the CreaTools :..........2.3"
    else
-   echo " Get and Install the 'CreaTools':...2"
+      echo " Get and Install the 'CreaTools':...2"
    fi
    echo
    if [ $expanded = "NO" ]
    then
-   echo " Use Expanded menu :................5 "
+      echo " Use Expanded menu :................5 "
    else
-   echo " Use compact menu :.................5 "
+      echo " Use compact menu :.................5 "
    fi
    echo " Uninstall the CreaTools :..........6 "
    echo " Help ..............................7 Help about this menu"   
@@ -60,6 +60,22 @@ do
 
   case $i in
   0)
+  
+  # Do it, while we are under user, not under root! # JPR
+             if [ -f $HOME/.bashrc ]
+             then
+                export ETC_BASHRC=$HOME/.bashrc
+             else
+                if [ -f $HOME/.profile ]
+                    then
+                   export ETC_BASHRC=$HOME/.profile
+                    else
+                       echo "======================== BIG TROUBLE : neither $HOME/.bashrc nor $HOME/.profile file found"
+                       echo "======================== You'd better to abort the program and (try to) fix the issue"
+                       read a # just to let the user time enough to read the message...
+                    fi
+          fi
+         
   clear
   suitable=XXX
   #ls -l  scripts/CreaTools-configure.sh
@@ -72,36 +88,24 @@ do
               "$suitable" != "NO"  && \
               "$suitable" != "no"  ]]
      do          
-        echo "'Configure' already done : "
+        echo "'Configure' already done; Content of scripts/CreaTools-configure.sh :"
         echo "------------------------"
         more scripts/CreaTools-configure.sh
         echo "------------------------"
        
-       # WARNING : $installPrefixThird is taken from CreaTools-configure.sh
+           # WARNING : $installPrefixThird is taken from CreaTools-configure.sh
         # If user configured without installing third party library,
         # last third party library is still in use!  JPR
 
-
         if [ ! -f $installPrefixThird/share/creatools_third_party_library_config.sh ]
         then
-              echo WARNING
-              echo
-             if [ -f $HOME/.bashrc ]
-             then
-                export ETC_BASHRC=$HOME/.bashrc
-             else
-                if [ -f $HOME/.profile ]
-                then
-                   export ETC_BASHRC=$HOME/.profile
-                fi
-              fi                             
-              echo "the curently used Third Party libraries are NOT in $installPrefixThird but in :"
-                
-              grep "installPrefixThird=" $ETC_BASHRC 
-              echo "VTK_DIR  : " $VTK_DIR
-              echo "ITK_DIR  : " $ITK_DIR
-              echo "GDCM_DIR : " $GDCM_DIR
-             echo "(Have a look at $ETC_BASHRC=, edit it or run again Install Third Party Libraries if you disagree)"
+           echo WARNING
+           echo "the curently used Third Party libraries are NOT in $installPrefixThird but ... in :"
+           grep "installPrefixThird=" $ETC_BASHRC 
+           echo "VTK_DIR  : " $VTK_DIR
+           echo "ITK_DIR  : " $ITK_DIR
+           echo "GDCM_DIR : " $GDCM_DIR
+           echo "(Have a look at $ETC_BASHRC=, edit it or run again Install Third Party Libraries if you disagree)"
         fi
        echo    
         echo "Are these values suitable for you : YES/NO? (default is YES)"
@@ -114,7 +118,7 @@ do
   else
      suitable="NO"
   fi
-  
+
   if [[ "$suitable" = "YES" || "$suitable" = "Y" || "$suitable" = "yes" || "$suitable" = "y" ]]
   then
      source scripts/CreaTools-configure.sh
@@ -201,14 +205,14 @@ then
         do
            echo "Boolean For Doc Generation : ON/OFF (default is OFF)"
            read docgeneration
-          if [ "$docgeneration" = "" ]
-          then
-             docgeneration="OFF"
-          fi
-          echo "you said : [" $docgeneration "]"
-        done
-        echo
-        echo
+           if [ "$docgeneration" = "" ]
+           then
+              docgeneration="OFF"
+           fi
+           echo "you said : [" $docgeneration "]"
+         done
+         echo
+         echo
 fi
 
 docgeneration="OFF"
@@ -248,7 +252,7 @@ docgeneration="OFF"
 
 
         #loginUserName=""
-       loginUserName=$USER
+           loginUserName=$USER
         #while [ "$loginUserName" == "" ]
         #do 
            echo "Have a look at the following line to know 'Login User Name'/'Login Group Name'"
@@ -264,7 +268,7 @@ docgeneration="OFF"
         while [ "$loginGroupName" == "" ]
         do
            echo "Have a look at the following line to know 'Login User Name'/'Login Group Name'"
-          echo "Login Group Name (mandatory!)"
+              echo "Login Group Name (mandatory!)"
            read loginGroupName  
            echo "you said : [" $loginGroupName "]"  
         done
@@ -288,7 +292,7 @@ docgeneration="OFF"
         # ------------------
 
         gdcmVersion="___"
-        while [[ "$gdcmVersion" != "GDCM1"  && "$gdcmVersion " != "GDCM2" ]]
+        while [[ "$gdcmVersion" != "GDCM1"  && "$gdcmVersion" != "GDCM2" ]]
         do
            echo "Gdcm version : GDCM1/GDCM2 (default is GDCM1)"
            read gdcmVersion
@@ -298,6 +302,20 @@ docgeneration="OFF"
            fi
            echo "you said : [" $gdcmVersion "]"
         done
+
+# NOT YET CHECKED ! JPR
+        ITKVersion="___"
+        while [[ "$ITKVersion" != "ITK3"  && "$ITKVersion" != "ITK4" ]]
+        do
+           echo "ITK version : ITK3/ITK4 (default is ITK3)"
+           read ITKVersion
+           if [ "$ITKVersion" = "" ]
+           then
+              ITKVersion="ITK3"
+           fi
+           echo "you said : [" $ITKVersion "]"
+        done
+
         echo
         echo
         echo
@@ -318,6 +336,7 @@ docgeneration="OFF"
         echo "  Login Group Name                           : $loginGroupName"
         echo "  Build type                                 : $buildType"          
         echo "  Gdcm version                               : $gdcmVersion"
+        echo "  ITK version                                : $ITKVersion"
         echo
         echo
      
@@ -329,11 +348,7 @@ docgeneration="OFF"
        fi
    done
 
- # GROS SOUCIS : Ou generer le fichier CreaTools-configure.sh?
- # dans $generationdir/creatools_bin ?
- # -> il n'est pas encore cree !
- # dans ./Linux/scripts?
- # ==> On le genere chez l'utilisateur (no choice!)...
+ # ==> On genere le fichier CreaTools-configure.sh genere chez l'utilisateur (no choice!)...
  # 
 
    configureFile="scripts/CreaTools-configure.sh"
@@ -356,14 +371,17 @@ docgeneration="OFF"
    echo "loginGroupName=$loginGroupName"         >> $configureFile
    echo "buildType=$buildType"                   >> $configureFile
    echo "gdcmVersion=$gdcmVersion"               >> $configureFile
-   echo "ETC_BASHRC=$ETC_BASHRC"                 >> $configureFile   
-   
+   echo "ITKVersion=$ITKVersion"                 >> $configureFile
+   echo "ETC_BASHRC=$ETC_BASHRC"                 >> $configureFile
+
   # ------------------      
   # endif 'suitable'
   fi 
   ;;
   
-  1)
+  1)    
+     echo "===================================at begin 1) ======ETC_BASHRC : " $ETC_BASHRC
+     read a
      echo "========================== 1 "
      source scripts/Check-if-root.sh
      bash scripts/ThirdParty-install-Base-Stuff.sh     
@@ -371,7 +389,8 @@ docgeneration="OFF"
      bash scripts/ThirdParty-install-gdcm.sh
      bash scripts/ThirdParty-install-ITK.sh
      bash scripts/ThirdParty-install.sh
-     bash scripts/ThirdParty-install-Finalize.sh     
+     bash scripts/ThirdParty-install-Finalize.sh 
+     echo "===================================after ThirdParty-install-Finalize.sh ======ETC_BASHRC : " $ETC_BASHRC
 
      if [ "$sourcesFrom" = "CVS" ]
      then
@@ -419,12 +438,11 @@ docgeneration="OFF"
   1.3)
      echo "========================== 1.3 "
      #source scripts/Check-if-root.sh
-     bash scripts/ThirdParty-install-ITK.sh     
+     bash scripts/ThirdParty-install-ITK.sh
      bash scripts/ThirdParty-install-Finalize.sh         
      read a
   ;;
 
-
   2)
      #2.1
      bash scripts/CreaTools-load.sh
@@ -466,7 +484,7 @@ docgeneration="OFF"
         chgrp -R $loginGroupName $generationdir/creatools_source
     fi    
   ;;
-  
+
   2.3)
 
       echo "========================= 4"
@@ -482,7 +500,6 @@ docgeneration="OFF"
      source $ETC_BASHRC
   ;;
 
-
   5)
    if [ $expanded = "NO" ]
    then
@@ -491,7 +508,7 @@ docgeneration="OFF"
      expanded="NO"
    fi
   ;;
-   
+
   6)
      echo "========================= 5"
      bash scripts/CreaTools-uninstall.sh 
@@ -523,7 +540,7 @@ docgeneration="OFF"
         echo WARNING
         echo
         echo "the curently used Third Party libraries are NOT in $installPrefixThird but in :"
-        grep "installPrefixThird=" $ETC_BASHRC 
+        grep "installPrefixThird=" $ETC_BASHRC
         echo "VTK_DIR  : " $VTK_DIR
         echo "ITK_DIR  : " $ITK_DIR
         echo "GDCM_DIR : " $GDCM_DIR
@@ -534,9 +551,9 @@ docgeneration="OFF"
      if [ -f $installPrefixThird/share/creatools_third_party_library_config.sh ]
      then
         echo  "Third party config file : " $installPrefixThird/share/creatools_third_party_library_config.sh
-       echo  ------
-       more $installPrefixThird/share/creatools_third_party_library_config.sh
-       echo  ------
+           echo  ------
+           more $installPrefixThird/share/creatools_third_party_library_config.sh
+           echo  ------
      fi
      
      echo
@@ -544,17 +561,17 @@ docgeneration="OFF"
      if [ -f $installPrefix/share/creatools_base_library_config.sh ]
      then
         echo  "Creatools base library config file : " $installPrefix/share/creatools_base_library_config.sh
-       echo  ------ 
-       more $installPrefix/share/creatools_base_library_config.sh
-       echo  ------ 
-       echo
+           echo  ------ 
+           more $installPrefix/share/creatools_base_library_config.sh
+           echo  ------ 
+           echo
         echo "installPrefix ... " $installPrefix
-     fi 
+     fi
      echo  ------
         echo "VTK_DIR  :                 " $VTK_DIR
         echo "ITK_DIR  :                 " $ITK_DIR
         echo "GDCM_DIR :                 " $GDCM_DIR
-       echo
+        echo
         echo "crea_DIR :                 " $crea_DIR
         echo "BBTK_DIR :                 " $BBTK_DIR
         echo "creaMaracasVisu_DIR :      " $creaMaracasVisu_DIR