]> Creatis software - creaToolsTools.git/blobdiff - Install/scripts/All.sh
Automatic generation of 'export' environment variables in bashrc for Third Party...
[creaToolsTools.git] / Install / scripts / All.sh
index 06851954e528292caae12357890aaa1aeb139086..99ae399eec6602e588bef53c09e2ebcd285e877e 100644 (file)
@@ -4,8 +4,9 @@ if [ $# = 0 ]
 then
 echo "Use it as :"
 echo "sh All.sh <nameOfTheGenerationDirectory> <BooleanForDocGeneration> <userNameForCVS> <installPrefix> <buildType>"
+  echo "with 'installPrefix' : /usr/local or <directory where you want to generate>/creatools_install
 echo " "
-echo "ex : sh All.sh /tmp/gendir OFF jpr /home/jpr/myInstallDirectory Debug"
+echo "ex : sh All.sh /tmp/gendir OFF jpr /tmp/gendir/creatools_install Debug"
 exit 0
 fi
 
@@ -22,8 +23,9 @@ echo "----------"
 if [ $# != 5 ]
 then 
 echo "sh All.sh <nameOfTheGenerationDirectory> <BooleanForDocGeneration> <userNameForCVS> <installPrefix> <buildType>"
+echo "with 'installPrefix' : /usr/local or <directory where you want to generate>/creatools_install
 echo " "
-echo "ex : sh All.sh /tmp/gendir OFF jpr /home/jpr/myInstallDirectory Debug"
+echo "ex : sh All.sh /tmp/gendir OFF jpr /tmp/gendir/creatools_install Debug"
 exit 0
 fi
 
@@ -121,6 +123,8 @@ then
 fi
  creadll=$generationdir/creatools_bin/creaBin
  LD_LIBRARY_PATH=$creadll:LD_LIBRARY_$PATH
 
 
 # the following stupid test is used at debug time; Please don't remove!