]> Creatis software - FrontAlgorithms.git/blob - COMPILATION
CMake project updated
[FrontAlgorithms.git] / COMPILATION
1 @description
2   The project uses CMake as compilation helper. It should compile on the three
3   major box flavors (linux, windows, mac). However, as of december 2014, it
4   has only been tested on linux Fedora 20 and Ubuntu 14.04.
5
6 @prerequisites
7   1. CMake (>=2.8.12.2)
8
9   3. Insight Toolkit -ITK- (>=4.6.0)
10     3.1 Required cmake flags:
11       BUILD_SHARED_LIBS:BOOL=ON
12     3.2 [OPTIONAL] If USE_VTK=ON
13       Module_ITKVtkGlue:BOOL=ON
14
15   4. [OPTIONAL] Visualization Toolkit -VTK- (>=6.1.0)
16     4.1 Required cmake flags:
17       BUILD_SHARED_LIBS:BOOL=ON
18
19   5. [OPTIONAL] cpPlugins (>=0.0.1)
20     5.1 Required cmake flags:
21       BUILD_SHARED_LIBS:BOOL=ON
22
23 @cmake_flags
24   BUILD_EXAMPLES:BOOL
25     Build example applications? (most of them are command line)
26   CMAKE_BUILD_TYPE:STRING
27     Debug/Release?
28   CMAKE_INSTALL_PREFIX:STRING
29     Where to put installation products? (in windows this option has no use)
30
31 ## eof - $RCSfile$