]> Creatis software - creaToolsTools.git/blob - Install_ThirdParty/cmake/crea_ThirdParty_Libraries/README.txt
f6632ad5795ea7affdce4862c681fc32d86f256f
[creaToolsTools.git] / Install_ThirdParty / cmake / crea_ThirdParty_Libraries / README.txt
1 # ---------------------------------------------------------------------
2 #
3 # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image 
4 #                        pour la Santé)
5 # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
6 #
7 #  This software is governed by the CeCILL-B license under French law and 
8 #  abiding by the rules of distribution of free software. You can  use, 
9 #  modify and/ or redistribute the software under the terms of the CeCILL-B 
10 #  license as circulated by CEA, CNRS and INRIA at the following URL 
11 #  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html 
12 #  or in the file LICENSE.txt.
13 #
14 #  As a counterpart to the access to the source code and  rights to copy,
15 #  modify and redistribute granted by the license, users are provided only
16 #  with a limited warranty  and the software's author,  the holder of the
17 #  economic rights,  and the successive licensors  have only  limited
18 #  liability. 
19 #
20 #  The fact that you are presently reading this means that you have had
21 #  knowledge of the CeCILL-B license and that you accept its terms.
22 # ------------------------------------------------------------------------  
23
24 creaThirdPartyLibraries
25
26 To use this project you must compile each of the following libraries, if possible compile them in release and debug mode
27
28 wxWidgets
29         http://www.wxwidgets.org/downloads/
30 VTK
31         http://www.vtk.org/get-software.php
32 ITK
33         http://www.itk.org/HTML/Download.htm
34 GDCM
35         checkout from cvs
36 QT
37         http://www.qtsoftware.com/downloads     
38 Boost
39         http://www.boost.org/users/download/
40         
41
42 when you finish compiling this libraries choose a common install directory and use the install mechanism for each library
43 for the libraries that do not have a install mechanism, copy the headers directory and the directory where the *.lib and *.dll 
44 were created.
45
46 After doing this you must have in the choosen directory all of the libraries. 
47 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
48 cut and paste all of the dlls in a different directoy (this will be useful when generating creaThirdPartyDlls).
49
50 Run the cmake file configuration and give the installation directory to the configuration.
51
52 Run in visual Studio the package configuration
53
54 A installer must be created with all the contents of the installation directory.
55
56
57 In case of adding a new library, follow the same process and check the CMakeLists.txt file in the installation directory, 
58 you might need to check the environment variables each library uses so they can be added in the installation process
59
60 End
61
62 (c) CREATIS 2009