X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=README.txt;h=55a5d59df6db93397f1e920fed332e2b9cc15526;hb=db8bd1248d117d5d42484aba40c24ac38175221f;hp=a1b7bd1b13fbf1c44d625bfc73c582f59f15e62e;hpb=6acbdd7e7c9518550d4415da67a793720e41a967;p=creaToolsTools.git diff --git a/README.txt b/README.txt index a1b7bd1..55a5d59 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,108 @@ -=== === === UNIX / LINUX users === === === +=== === === NEW (new way) UNIX / LINUX / MacOS users === === === + +0) cd Linux +1) read the README.txt +2) Action! + +=== === === 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 + +Do 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. + + + + + + + + +Forget the following lines ! + + + + + + + + + + + + + + +=== === === (new way) UNIX / LINUX users === === === + + +1) Make sure everything you'll need is properly installed : +crea_Developers_tools, crea_ThirdParty_Libraries + +have a look at : +http://www.creatis.insa-lyon.fr/site/fr/CreatoolsDownload +and/or : +cd Install_ThirdParty +follow the Readme.txt + +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) Make sure you got the last version of creaToolsTools. +cvs update -dP creaToolsTools + +a) cd Install + +b) cp configure.sh_TEMPLATE configure.sh + +c) modify (only once) the file configure.sh, according to your preferences: +vim configure.sh +as follows : +-- configure.sh --------------------- +generationdir= +docgeneration= : ON / OFF +cvsUserName= +installPrefix= : /usr/local or $generationdir/creatools_install +buildType= : Release / Debug +gdcmVersion= : GDCM1 / GDCM2 +sourcesFrom= : CVS / HTML +-------------------------------------- + + +d) if you choosed 'sourcesFrom=CVS' : +ssh-add + + +e) sh scripts/make.sh + +f) make sure everything is OK + +g) switch as root + +h) sh scripts/make-install.sh + + + + + + +=== === === (old way) UNIX / LINUX users === === === 0) Make sure you are a 'sudoer'. have a look at : @@ -35,7 +139,6 @@ cp creatools.sh_TEMPLATE creatools.sh 7) modify the file creatools.sh, according to your preferences, modify (only once) creatools.sh vim creatools.sh as follows : - -- creatools.sh --------------------- creatoolsGeneration= installPrefix= or @@ -59,24 +162,6 @@ export LD_LIBRARY_PATH -=== === === 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. -