]> Creatis software - creaToolsTools.git/blob - README.txt
fix
[creaToolsTools.git] / README.txt
1 === UNIX / LINUX users ===
2
3 0) Make sure everything you'll need is properly installed :
4 crea_Developers_tools, crea_ThirdParty_Libraries
5 have a look at :
6 http://www.creatis.insa-lyon.fr/site/fr/CreatoolsDownload
7
8 1) Make sure you got the last version of creaToolsTools.
9 cvs update -dP creaToolsTools
10
11 2) make sure VTK_DIR environment variable is set properly :
12 echo $VTK_DIR
13 Set it, if not OK:
14 export VTK_DIR=/usr/local/lib/vtk-5.4, for instance
15
16 3) make sure LATEX_COMPILER environment variable is set properly :
17 echo $LATEX_COMPILER 
18 Set it, if not OK:
19 export LATEX_COMPILER=/usr/bin/latex, for instance
20
21 4) ssh-add
22 <type your cvs password>
23
24 5)cd Install
25 cp creatools.sh_TEMPLATE creatools.sh
26
27 6) modify the file creatools.sh, according to your preferences, modify (only once) creatools.sh
28 vim creatools.sh
29 as follows :
30
31 -- creatools.sh ---------------------
32 creatoolsGeneration=<directory you want to generate in>
33 installPrefix=<your Install dir> or </usr/local> 
34 cvsUser=<USER>
35 docGeneration=<OFF|ON> let it to OFF!
36 buildType=<Release|Debug>
37 #sudo pwd
38 cd scripts
39 sh All.sh $creatoolsGeneration $docGeneration $cvsUser $installPrefix $buildType
40 cd .. 
41 -----------------------
42
43 7) Run the whole stuff :
44 sh creatools.sh
45
46
47 === WINDOWS users ===
48
49 0) Make sure everything you'll need is properly installed :
50 crea_Developers_tools, crea_ThirdParty_dlls, and VisualStudioExpress2008
51 Have a look at :
52 http://www.creatis.insa-lyon.fr/site/fr/CreatoolsDownload
53
54 Change your CVS user in the file All.bat
55
56 Copy all the .bat files into one directoy where the tests are going to be run
57 execute All.bat
58
59 Not forget to run your ssh key with puttyAgent
60
61 All the creatools projects are downloaded from the CVS, compiled and the CTest for the dashboard is run.
62
63
64
65
66
67
68
69
70
71
72
73 Forget the following lines !
74
75 Tools to manage the creaTools suite (build, test, submit to dashboard, package, ...)
76 ====================================================================================
77
78 * ctest:
79 ctest scripts and instructions to perform automated build/testing and submission to creatis cdash dashboard
80 * windows:
81 windows installers of the suite and instructions to package the suite for windows. subdirs:
82   * creaThirdParty_dlls:
83     project which creates the creaThirdParty_dlls win installer (using cmake and NSIS)
84   * CreaTools_win32_installers:
85     batch installers of the suite
86