X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=README.txt;h=a1b7bd1b13fbf1c44d625bfc73c582f59f15e62e;hb=e2bd3e8e6ae72158fb6e231d388dd9527d34b273;hp=cbe59de25ed04714055a412b542ecf6d0842c7e3;hpb=f6b95df0319a551f98e27ed97de13896d2a86a9e;p=creaToolsTools.git diff --git a/README.txt b/README.txt index cbe59de..a1b7bd1 100644 --- a/README.txt +++ b/README.txt @@ -1,29 +1,34 @@ === === === UNIX / LINUX users === === === -0) Make sure everything you'll need is properly installed : -crea_Developers_tools, crea_ThirdParty_Libraries +0) Make sure you are a 'sudoer'. have a look at : -http://www.creatis.insa-lyon.fr/site/fr/CreatoolsDownload +--sudo configuration-- +https://fedoraproject.org/wiki/Configuring_Sudo -1) Make sure you got the last version of creaToolsTools. +1) ssh-add + + +2) Make sure you got the last version of creaToolsTools. cvs update -dP creaToolsTools -2) make sure VTK_DIR environment variable is set properly : +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 -3) make sure LATEX_COMPILER environment variable is set properly : +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 -4) ssh-add - - -5) sudo configuration -https://fedoraproject.org/wiki/Configuring_Sudo - 6)cd Install cp creatools.sh_TEMPLATE creatools.sh