]> Creatis software - creaToolsTools.git/blobdiff - Install/scripts/All.sh
*** empty log message ***
[creaToolsTools.git] / Install / scripts / All.sh
index 2bd523739089a700389a8851a393ef8440ccaf9d..b6a44215c8b4beaf0b78ef784cadd41c1f9881ba 100644 (file)
@@ -59,19 +59,20 @@ mkdir $generationdir/creatools_bin
 cd $generationdir
 
 # the following stupid test is used at debug time; Please don't remove!
-if [ true = false ]
+#if [ true = false ]
+if [ true = true ]
 then
 
-rm -rf creatools_bin/creaBin
-rm -rf creatools_bin/bbtkBin
-rm -rf creatools_bin/creamaracasBin
-rm -rf creatools_bin/creaEnvironmentBin
-rm -rf creatools_bin/creaBrukerBin
-rm -rf creatools_bin/creaImageIOBin
-rm -rf creatools_bin/creaContoursBin
-rm -rf creatools_bin/creaRigidRegistrationBin
-rm -rf creatools_bin/bbtkGEditorBin
-rm -rf creatools_bin/creaToolsBin
+sudo rm -rf creatools_bin/creaBin
+sudo rm -rf creatools_bin/bbtkBin
+sudo rm -rf creatools_bin/creamaracasBin
+sudo rm -rf creatools_bin/creaEnvironmentBin
+sudo rm -rf creatools_bin/creaBrukerBin
+sudo rm -rf creatools_bin/creaImageIOBin
+sudo rm -rf creatools_bin/creaContoursBin
+sudo rm -rf creatools_bin/creaRigidRegistrationBin
+sudo rm -rf creatools_bin/bbtkGEditorBin
+sudo rm -rf creatools_bin/creaToolsBin
 
 sh $scriptDir/cvscheckout.sh $creasource                   $generationdir $cvsUserName
 sh $scriptDir/cvscheckout.sh $bbtksource                   $generationdir $cvsUserName
@@ -89,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
@@ -101,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
@@ -113,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
@@ -127,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
@@ -139,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
@@ -152,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
@@ -164,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
@@ -178,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
@@ -189,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
@@ -201,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