From: Claire Mouton Date: Wed, 2 Apr 2014 09:50:08 +0000 (+0200) Subject: Added documentation to instalscript. X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaToolsTools.git;a=commitdiff_plain;h=5808bbd8f0c5422f781e5f9ffb31fb650e649817 Added documentation to instalscript. --- diff --git a/Linux/installscript b/Linux/installscript index c65468e..c20e72e 100755 --- a/Linux/installscript +++ b/Linux/installscript @@ -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 " "