]> Creatis software - creaToolsTools.git/commitdiff
upgrades
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 26 Oct 2010 16:15:39 +0000 (16:15 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 26 Oct 2010 16:15:39 +0000 (16:15 +0000)
Install/creatools.bat_TEMPLATE
Install/creatools.sh_TEMPLATE
Install/scripts/All.sh

index 6da89a02e77b069012e71eab0824de28f9b18eaa..6b64e73801541a7b40c7503d2a41f462a25cd39c 100644 (file)
@@ -1,5 +1,7 @@
 set creatoolsGeneration=<directory where you want to generate>
-set installPrefix=<your Install dir> or </usr/local> 
+set installPrefix=$creatoolsGeneration/creatool_install
+or 
+set installPrefix=/usr/local 
 set buildType=<Debug|Release|RelWithDebInfo>
 set cvsUser=<USER>
 set docGeneration=<OFF|ON> let it to OFF!
index c85b0ad6d5834e1a1c88793e54d52cf3e3bcb6fb..179567ad15eb4a68b7243a0d5addda1bf902751c 100644 (file)
@@ -1,5 +1,7 @@
 creatoolsGeneration=<directory where you want to generate>
-installPrefix=<your Install dir> or </usr/local> 
+ installPrefix=$creatoolsGeneration/creatool_install
+       or
+ set installPrefix=/usr/local
 cvsUser=<USER>
 docGeneration=<OFF|ON> let it to OFF!
 buildType=<Release|Debug>
index 903b27051e62e2f85599bd609ef07504b72d4920..04a11aebaabe97e8f4de9213c246abce292f3f67 100644 (file)
@@ -90,7 +90,7 @@ fi
 cd $scriptDir
 
 # CREA
-
+# the following stupid test is used at debug time; Please don't remove!
 #if [ true = false ]
 if [ true = true ]
 then
@@ -102,7 +102,7 @@ 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!
 #if [ true = false ]
 if [ true = true ]
 then
@@ -114,7 +114,8 @@ then
 fi
  bbtkdll=$generationdir/creatools_bin/bbtkBin
  LD_LIBRARY_PATH=$bbtkdll:$LD_LIBRARY_PATH
+
+# the following stupid test is used at debug time; Please don't remove!
 #if [ true = false ]
 if [ true = true ]
 then
@@ -128,6 +129,7 @@ fi
  creamaracasdll=$generationdir/creatools_bin/creamaracasBin
  LD_LIBRARY_PATH=$creamaracasdll:$LD_LIBRARY_PATH
 
+# the following stupid test is used at debug time; Please don't remove!
 #if [ true = false ]
 if [ true = true ]
 then
@@ -140,6 +142,7 @@ fi
  creaenvironmentdll=$generationdir/creatools_bin/creaenvironmentBin
  LD_LIBRARY_PATH=$creaenvironmentdll:$LD_LIBRARY_PATH
 
+# the following stupid test is used at debug time; Please don't remove!
 #if [ true = false ]
 if [ true = true ]
 then
@@ -153,6 +156,7 @@ fi
  creabrukerdll=$generationdir/creatools_bin/creabrukerBin
  LD_LIBRARY_PATH=$creabrukerdll:$LD_LIBRARY_PATH
 
+# the following stupid test is used at debug time; Please don't remove!
 #if [ true = false ]
 if [ true = true ]
 then
@@ -165,6 +169,7 @@ fi
  creaimagedll=$generationdir/creatools_bin/creaimageBin
  LD_LIBRARY_PATH=$creaimagedll:$LD_LIBRARY_PATH
 
+# the following stupid test is used at debug time; Please don't remove!
 #if [ true = false ]
 if [ true = true ]
 then
@@ -179,6 +184,7 @@ fi
 
 # creaRigidRegistration
 
+# the following stupid test is used at debug time; Please don't remove!
 #if [ true = false ]
 if [ true = true ]
 then
@@ -190,6 +196,7 @@ fi
 # crearigidregistrationdll=$generationdir/creatools_bin/crearigidregistrationBin
 # LD_LIBRARY_PATH=$crearigidregistrationdll:$LD_LIBRARY_PATH
 
+# the following stupid test is used at debug time; Please don't remove!
 #if [ true = false ]
 if [ true = true ]
 then
@@ -202,7 +209,7 @@ fi
 # bbtkgeditordll=$generationdir/creatools_bin/bbtkgeditorBin
 # LD_LIBRARY_PATH=$bbtkgeditordll:$LD_LIBRARY_PATH
 
-
+# the following stupid test is used at debug time; Please don't remove!
 #if [ true = false ]
 if [ true = true ]
 then