]> Creatis software - creaTools.git/blob - Steps.txt
*** empty log message ***
[creaTools.git] / Steps.txt
1
2
3 -----------------------------------------------------------
4
5 1)
6
7 Download BOOST <1.40.0>
8 Extract in directory boost_1_40_0
9 Create a CMAKE project in boost_1_40_0BinCM28VC9
10 Options in CMAKE
11         CMAKE_INSTALL_REFIX    C:/temp2_CM28VC9/Boost-<version>
12 Compile in Debug
13 Compile in Release
14         
15
16         Download VTK <5.4.2>
17 Extract in directory VTK-5.4.2
18 Create a CMAKE project in VTK-5.4.2BinCM28VC9
19 Options in CMAKE
20         BUILD_SHARED_LIBS       on
21         BUILD_TESTING           off
22         CMAKE_INSTALL_REFIX    C:/temp2_CM28VC9/VTK-<versoion>
23 Compile in Debug
24 Compile in Release
25
26
27 Download ITK <3.16.0>
28 Extract in directory InsightToolkit-3.16.0
29 Create a CMAKE project in InsightToolkit-3.16.0BinCM28VC9
30 Options in CMAKE
31         BUILD_SHARED_LIBS       on
32         BUILD_EXAMPLES          off
33         BUILD_TESTING           off
34         CMAKE_INSTALL_REFIX    C:/temp2_CM28VC9/ITK-<versoion>
35 Compile in Debug
36 Compile in Release
37
38 Download GDCM <13>
39 Extract in directory gdcm<version>
40 Create a CMAKE project in gdcm13BinCM28VC9
41 Options in CMAKE
42         BUILD_TESTING           off
43         GDCM_NAME_SPACE     gdcm13
44         GDCM_VTK            on  
45         CMAKE_INSTALL_REFIX    C:/temp2_CM28VC9/gdcm<version>
46 Compile in Debug
47 Compile in Release
48
49
50
51 Download wxWidgents <2.8.10>
52 Extract in directory wxWidgets-2.8.10
53 run wxWidgets-2.8.10\build\msw/wx_dlls.dsw
54 Compile in Debug
55 Compile in Release
56
57 ----------------------------------------------------------------
58
59 2)
60
61 create directory C:/temp2_CM28VC9/dlls
62 install boost, then move dlls in dlls directory
63 install vtk, then move dlls in dlls directory
64 install itk, then move dlls in dlls directory
65
66 copy wxWidgets in C:/temp2_CM28VC9/ directory, then move dlls in dlls directory
67 copy Qt4.5.2 in C:/temp2_CM28VC9/ directory, then move dlls in dlls directory
68
69
70 ----------------------------------------------------------------
71
72 3)
73 -Create crea_ThirdParty_dlls installer with C:/temp2_CM28VC9/dlls
74
75 4)
76 -copy tth in C:/temp2_CM28VC9/ directory
77 -copy MikTex-2.7 in C:/temp2_CM28VC9/ directory
78
79 5)
80 -Create crea_ThirdParty_Libraries installer with 
81    C:/temp2_CM28VC9/boost
82    C:/temp2_CM28VC9/gdcm
83    C:/temp2_CM28VC9/itk
84    C:/temp2_CM28VC9/QT
85    C:/temp2_CM28VC9/vtk
86    C:/temp2_CM28VC9/wxWidgets
87        copy directorries 
88                 lib/vc_dll      (*.lib) 
89                 include         (*.h)
90                 src/png         (*.h)
91                 src/zlib        (*.h)
92                 src/jpeg        (*.h)
93                 src/tiff        (*.h)
94    C:/temp2_CM28VC9/tth
95    C:/temp2_CM28VC9/MikTex-2.7
96
97
98
99 ----------------------------------------------------------------
100 6)
101 Compile creaInstall = creaTools
102 with :
103   crea, bbtk, creaMaracasVisu, creaImageIO, creaBruker,creaContours, creaEnvironment, CreaRecalage
104