]> Creatis software - creaToolsTools.git/blobdiff - README.txt
*** empty log message ***
[creaToolsTools.git] / README.txt
index cbe59de25ed04714055a412b542ecf6d0842c7e3..6b35e5b354614545e5067100472c14edd3470fe8 100644 (file)
@@ -1,63 +1,11 @@
-=== === ===  UNIX / LINUX users === === ===
-
-0) 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
-
-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
-<type your cvs password>
-
-5) sudo configuration
-https://fedoraproject.org/wiki/Configuring_Sudo
-
-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=<directory you want to generate in>
-installPrefix=<your Install dir> or </usr/local> 
-cvsUser=<USER>
-docGeneration=<OFF|ON> let it to OFF!
-buildType=<Release|Debug>
-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:<fullPathnameOfYourInstallPrefix>/creatools_install/bin
-export PATH
-LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<fullPathnameOfYourInstallPrefix>/creatools_install/lib
-export LD_LIBRARY_PATH
-
+=== === ===  UNIX / LINUX / MacOS users === === ===
 
 
+0) cd Linux
+1) read the README.txt
+2) Action!
 
 === === === WINDOWS users === === ===
 
 
 === === === WINDOWS users === === ===
 
-
-
 0) Make sure everything you'll need is properly installed :
 crea_Developers_tools, crea_ThirdParty_dlls, and VisualStudioExpress2008
 Have a look at :
 0) Make sure everything you'll need is properly installed :
 crea_Developers_tools, crea_ThirdParty_dlls, and VisualStudioExpress2008
 Have a look at :
@@ -68,31 +16,6 @@ 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
 
 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
+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.
 
 All the creatools projects are downloaded from the CVS, compiled and the CTest for the dashboard is run.
-
-
-
-
-
-
-
-
-
-
-
-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
-