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