-
+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 ..
-----------------------
+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, ...)
====================================================================================
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