]> Creatis software - FrontAlgorithms.git/blob - COMPILATION
1886dd8aca2191c34c136e57ba785a450f245170
[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 @cmake_flags
20   BUILD_EXAMPLES:BOOL
21     Build example applications? (most of them are command line)
22   CMAKE_BUILD_TYPE:STRING
23     Debug/Release?
24   CMAKE_INSTALL_PREFIX:STRING
25     Where to put installation products? (in windows this option has no use)
26
27 ## eof - $RCSfile$