From: jean-pierre roux Date: Mon, 9 May 2011 09:14:11 +0000 (+0000) Subject: rub out deprecated X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=8449241d1ae4e0f47bf4793ffa1df7922e17df31;p=creaToolsTools.git rub out deprecated --- diff --git a/README.txt b/README.txt index 55a5d59..6b35e5b 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -=== === === NEW (new way) UNIX / LINUX / MacOS users === === === +=== === === UNIX / LINUX / MacOS users === === === 0) cd Linux 1) read the README.txt @@ -19,170 +19,3 @@ 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 : ---sudo configuration-- -https://fedoraproject.org/wiki/Configuring_Sudo - -1) ssh-add - - -2) Make sure you got the last version of creaToolsTools. -cvs update -dP creaToolsTools - -3) 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 - -4) 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 - -5) 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 - -6)cd Install -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 -cvsUser= -docGeneration= let it to OFF! -buildType= -cd scripts -sh All.sh $creatoolsGeneration $docGeneration $cvsUser $installPrefix $buildType -cd .. ------------------------ - -7) Run the whole stuff : -sh creatools.sh - -8) if you performed a 'local install' (i.e : you *didn't* use installPrefix=/usr/local) -edit your .bash_profile -PATH=$PATH:/creatools_install/bin -export PATH -LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/creatools_install/lib -export LD_LIBRARY_PATH - - - - - - - - - - - - - -Forget the following lines ! - -Tools to manage the creaTools suite (build, test, submit to dashboard, package, ...) -==================================================================================== - -* ctest: -ctest scripts and instructions to perform automated build/testing and submission to creatis cdash dashboard -* windows: -windows installers of the suite and instructions to package the suite for windows. subdirs: - * creaThirdParty_dlls: - project which creates the creaThirdParty_dlls win installer (using cmake and NSIS) - * CreaTools_win32_installers: - batch installers of the suite -