@description The project uses CMake as compilation helper. It should compile on the three major box flavors (linux, windows, mac). However, as of december 2014, it has only been tested on linux Fedora 20 and Ubuntu 14.04. @prerequisites 1. CMake (>=2.8.12.2) 3. Insight Toolkit -ITK- (>=4.6.0) 3.1 Required cmake flags: BUILD_SHARED_LIBS:BOOL=ON 3.2 [OPTIONAL] If USE_VTK=ON Module_ITKVtkGlue:BOOL=ON 4. [OPTIONAL] Visualization Toolkit -VTK- (>=6.1.0) 4.1 Required cmake flags: BUILD_SHARED_LIBS:BOOL=ON 5. [OPTIONAL] cpPlugins (>=0.0.1) 5.1 Required cmake flags: BUILD_SHARED_LIBS:BOOL=ON @cmake_flags BUILD_EXAMPLES:BOOL Build example applications? (most of them are command line) CMAKE_BUILD_TYPE:STRING Debug/Release? CMAKE_INSTALL_PREFIX:STRING Where to put installation products? (in windows this option has no use) ## eof - $RCSfile$