]> Creatis software - creaToolsTools.git/blobdiff - Linux/menu.sh
build itk against installed gdcm!
[creaToolsTools.git] / Linux / menu.sh
index 2a40e0647c56106c9d2ee2b1e5d23e38b862451b..fba2b716483def2a04f6f55dac24636e889669df 100644 (file)
@@ -18,7 +18,16 @@ do
    echo " Choose what you want to do :"
    echo  
    echo " Configure :........................0"
-   echo " Install Third Party Libraries :....1 (as root)"
+
+   if [ $expanded = "YES" ]
+   then 
+      echo " Get and Compile  gdcm :..    ......1.1" 
+      echo " Get and Compile  itk :..    .......1.2"   
+      echo " Get and Compile  vtk :..    .......1.3"          
+   else
+      echo " Install Third Party Libraries :....1 (as root)"   
+   fi
+     
    if [ $expanded = "YES" ]
    then
    echo " Get the 'CreaTools' source files :.2.1 (CVS : as user!)" 
@@ -350,6 +359,25 @@ do
      read a
      kill $PPID    
   ;;
+  
+  1.1)
+     echo "========================== 1.1 "
+     source scripts/Check-if-root.sh
+     bash scripts/ThirdParty-install-gdcm.sh
+  ;;
+  
+  1.2)
+     echo "========================== 1.2 "
+     echo "sorry, not yet available"
+     read a
+  ;;
+  
+  1.3)
+     echo "========================== 1.3 "
+     echo "sorry, not yet available"
+     read a
+          
+  ;;         
 
   2)
      #2.1