From 24f08d8ee0ea9b21de85cb46c94a685c76bcabe0 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Thu, 21 Oct 2010 07:46:26 +0000 Subject: [PATCH] =?utf8?q?Mise=20=E0=20jour=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- README.txt | 43 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 37 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index 30954fe..7f8ecda 100644 --- a/README.txt +++ b/README.txt @@ -1,33 +1,64 @@ -ssh-add +=== UNIX / LINUX users === + +0) Make sure everything you'll need is properly installed : +crea_Developers_tools, crea_ThirdParty_Libraries +have a look at : +from http://www.creatis.insa-lyon.fr/site/fr/CreatoolsDownload + +1) Make sure you got the last version of creaToolsTools. +cvs update -dP creaToolsTools + +2) make sure VTK_DIR environment variable is set properly : +echo $VTK_DIR +Set it, if not OK: +export VTK_DIR=/usr/local/lib/vtk-5.4, for instance + +3) make sure LATEX_COMPILER environment variable is set properly : +echo $LATEX_COMPILER +Set it, if not OK: +export LATEX_COMPILER=/usr/bin/latex, for instance + +4) ssh-add -cd Install +5)cd Install cp creatools.sh_TEMPLATE creatools.sh -modify the file creatools.sh, according to your preferences, modify (only once) creatools.sh +6) modify the file creatools.sh, according to your preferences, modify (only once) creatools.sh vim creatools.sh as follows : -- creatools.sh --------------------- creatoolsGeneration= installPrefix= or -vtkDir= ex : /usr/lib64/vtk-5.4/ or /usr/lib/vtk-5.4/, ... cvsUser= docGeneration= let it to OFF! buildType= -archi=<32|64> according to your processor #sudo pwd cd scripts -sh All.sh $creatoolsGeneration $docGeneration $cvsUser $vtkDir $installPrefix $buildType $archi +sh All.sh $creatoolsGeneration $docGeneration $cvsUser $installPrefix $buildType cd .. ----------------------- +7) Run the whole stuff : sh creatools.sh +=== WINDOWS users === + +0) Make sure everything you'll need is properly installed : +crea_Developers_tools, crea_ThirdParty_dlls, and VisualStudioExpress2008 +Have a look at : +http://www.creatis.insa-lyon.fr/site/fr/CreatoolsDownload + +Change your CVS user in the file All.bat +Copy all the .bat files into one directoy where the tests are going to be run +execute All.bat +Not forget to run your ssh key with puttyAgent +All the creatools projects are downloaded from the CVS, compiled and the CTest for the dashboard is run. -- 2.45.1