]> Creatis software - creaToolsTools.git/commitdiff
Upgrade Readme
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 11 Oct 2010 12:49:35 +0000 (12:49 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 11 Oct 2010 12:49:35 +0000 (12:49 +0000)
Install/Readme.txt
README.txt
ctest/dashboard/All.sh

index f42c9771c6fe5a27293c4e6d71afc95d69855db2..fdbc69893ccaa7208dc0745426e777a21520dd9b 100644 (file)
@@ -1,20 +1,23 @@
-
+ssh-add
+<type your cvs password>
 cd Install
 cp creatools.sh_TEMPLATE creatools.sh
 
+modify the file creatools.sh, according to your preferences, modify (only once) creatools.sh
 vim creatools.sh
-according to your preferences, modify (only once) creatools.sh
+as follows :
 
------------------------
+-- creatools.sh ---------------------
 creatoolsGeneration=<directory you want to generate in>
 installPrefix=<your Install dir> or </usr/local> 
 vtkDir=<youtr vtk dir> ex : /usr/lib64/vtk-5.4/ or /usr/lib/vtk-5.4/, ...
 cvsUser=<USER>
 docGeneration=<OFF|ON> let it to OFF!
 buildType=<Release|Debug>
+archi=<32|64>  according to your processor
 #sudo pwd
 cd scripts
-sh All.sh $creatoolsGeneration $docGeneration $cvsUser $vtkDir $installPrefix $buildType
+sh All.sh $creatoolsGeneration $docGeneration $cvsUser $vtkDir $installPrefix $buildType $archi
 cd .. 
 -----------------------
 
index 77321167fa6b8c0de1ab43e618620b7a24b58655..30954fea2abab916775ac5461d3c91e229d7b335 100644 (file)
@@ -1,3 +1,46 @@
+ssh-add
+<type your cvs password>
+
+cd Install
+cp creatools.sh_TEMPLATE creatools.sh
+
+modify the file creatools.sh, according to your preferences, modify (only once) creatools.sh
+vim creatools.sh
+as follows :
+
+-- creatools.sh ---------------------
+creatoolsGeneration=<directory you want to generate in>
+installPrefix=<your Install dir> or </usr/local> 
+vtkDir=<your vtk dir> ex : /usr/lib64/vtk-5.4/ or /usr/lib/vtk-5.4/, ...
+cvsUser=<USER>
+docGeneration=<OFF|ON> let it to OFF!
+buildType=<Release|Debug>
+archi=<32|64>  according to your processor
+#sudo pwd
+cd scripts
+sh All.sh $creatoolsGeneration $docGeneration $cvsUser $vtkDir $installPrefix $buildType $archi
+cd .. 
+-----------------------
+
+sh creatools.sh
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Forget the following lines !
+
 Tools to manage the creaTools suite (build, test, submit to dashboard, package, ...)
 ====================================================================================
 
index 1e23099821ae316799c18fa46966efab87fa0ee4..e117f2db61fd0b7889e7239b8e8a681f1a822d59 100644 (file)
@@ -134,7 +134,6 @@ fi
  sh cmakemod.sh                 $creabrukersource $generationdir $VTKdir $installPrefix $buildType
  sh creaBrukerVariables.sh $creabrukersource $generationdir $docgeneration
 #fi
-
  sh compilemod.sh $buildtype    $creabrukersource  $generationdir
 # echo "creaBruker : out of compilemod.sh; stop here, now!"
 # exit 0