]> Creatis software - cpPlugins.git/blob - COMPILATION
Image interaction updated.
[cpPlugins.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. Visualization Toolkit -VTK- (>=6.1.0)
10     3.1 Required cmake flags:
11       BUILD_SHARED_LIBS:BOOL=ON
12
13   4. Insight Toolkit -ITK- (>=4.6.0)
14     4.1 Required cmake flags:
15       BUILD_SHARED_LIBS:BOOL=ON
16       Module_ITKVtkGlue:BOOL=ON
17
18 @cmake_flags
19   BUILD_DEMOS:BOOL
20     Build example applications? (most of them are command line)
21   CMAKE_BUILD_TYPE:STRING
22     Debug/Release?
23   CMAKE_INSTALL_PREFIX:STRING
24     Where to put installation products? (in windows this option has no use)
25
26 ## eof - $RCSfile$