]> Creatis software - creaTools.git/blob - README.txt
*** empty log message ***
[creaTools.git] / README.txt
1 creaThirdPartyLibraries
2
3 To use this project you must compile each of the following libraries, if possible compile them in release and debug mode
4
5 wxWidgets
6         http://www.wxwidgets.org/downloads/
7 VTK
8         http://www.vtk.org/get-software.php
9 ITK
10         http://www.itk.org/HTML/Download.htm
11 GDCM
12         checkout from cvs
13 QT
14         http://www.qtsoftware.com/downloads     
15 Boost
16         http://www.boost.org/users/download/
17         
18
19 when you finish compiling this libraries choose a common install directory and use the install mechanism for each library
20 for the libraries that do not have a install mechanism, copy the headers directory and the directory where the *.lib and *.dll 
21 were created.
22
23 After doing this you must have in the choosen directory all of the libraries. 
24 Run a search process in the directory for all dlls (*.dll), by doing this your result will show all of the dlls from the libraries
25 cut and paste all of the dlls in a different directoy (this will be useful when generating creaThirdPartyDlls).
26
27 Run the cmake file configuration and give the installation directory to the configuration.
28
29 Run in visual Studio the package configuration
30
31 A installer must be created with all the contents of the installation directory.
32
33
34 In case of adding a new library, follow the same process and check the CMakeLists.txt file in the installation directory, 
35 you might need to check the environment variables each library uses so they can be added in the installation process
36
37 End
38
39 (c) CREATIS-LRMN 2008