]> Creatis software - creaToolsTools.git/blobdiff - README.txt
Upgrade Readme
[creaToolsTools.git] / README.txt
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, ...)
 ====================================================================================