]> Creatis software - creaToolsTools.git/commitdiff
Added documentation to instalscript.
authorClaire Mouton <claire.mouton@creatis.insa-lyon.fr>
Wed, 2 Apr 2014 09:50:08 +0000 (11:50 +0200)
committerClaire Mouton <claire.mouton@creatis.insa-lyon.fr>
Wed, 2 Apr 2014 09:50:08 +0000 (11:50 +0200)
Linux/installscript

index c65468e096a536de700c59c0c3497714ba6d2bb8..c20e72e7a930687a90710e2328f88c33e2e5eab6 100755 (executable)
@@ -169,10 +169,11 @@ function usage {
     echo "" 
     echo "" 
     echo "    command:" 
-    echo "         all               : configure / compile / install
-    echo "         "                 
+    echo "" 
+    echo "    as a normal user:" 
     echo "         config            : set the configuration parameters only" 
     echo "         "                 
+    echo "    as root:" 
     echo "         3rd               : Get, Compile, Install all 3rd party library "
     echo "         3rd-base          : Install basic tools (cmake, doxygen...)"
     echo "         3rd-vtk           : Get, Compile, Install vtk"
@@ -180,6 +181,7 @@ function usage {
     echo "         3rd-gdcm          : Get, Compile, Install gdcm"
     echo "         3rd-wx            : Get, Compile, Install wx widget (for Mac Users)"
     echo "   "
+    echo "    as a normal user:" 
     echo "         creatools         : Get Compile and Install the CreaTools"
     echo "         creatools-get     : Get the CreaTools"
     echo "         creatools-cmp     : Compile the CreaTools"
@@ -190,6 +192,9 @@ function usage {
     echo "         printconfig       : print the configuration" 
     echo "         help              : print help"
     echo "         env               : print some environnement variables"
+    echo "" 
+    echo "         all               : configure / compile / install" 
+    echo "         "                 
     echo "   "
     echo "   "
     echo "   "