]> Creatis software - creaToolsTools.git/blob - README.txt
Upgrade Readme
[creaToolsTools.git] / README.txt
1 ssh-add
2 <type your cvs password>
3
4 cd Install
5 cp creatools.sh_TEMPLATE creatools.sh
6
7 modify the file creatools.sh, according to your preferences, modify (only once) creatools.sh
8 vim creatools.sh
9 as follows :
10
11 -- creatools.sh ---------------------
12 creatoolsGeneration=<directory you want to generate in>
13 installPrefix=<your Install dir> or </usr/local> 
14 vtkDir=<your vtk dir> ex : /usr/lib64/vtk-5.4/ or /usr/lib/vtk-5.4/, ...
15 cvsUser=<USER>
16 docGeneration=<OFF|ON> let it to OFF!
17 buildType=<Release|Debug>
18 archi=<32|64>  according to your processor
19 #sudo pwd
20 cd scripts
21 sh All.sh $creatoolsGeneration $docGeneration $cvsUser $vtkDir $installPrefix $buildType $archi
22 cd .. 
23 -----------------------
24
25 sh creatools.sh
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42 Forget the following lines !
43
44 Tools to manage the creaTools suite (build, test, submit to dashboard, package, ...)
45 ====================================================================================
46
47 * ctest:
48 ctest scripts and instructions to perform automated build/testing and submission to creatis cdash dashboard
49 * windows:
50 windows installers of the suite and instructions to package the suite for windows. subdirs:
51   * creaThirdParty_dlls:
52     project which creates the creaThirdParty_dlls win installer (using cmake and NSIS)
53   * CreaTools_win32_installers:
54     batch installers of the suite
55