has only been tested on linux Fedora 20 and Ubuntu 14.04.
@prerequisites
+
1. CMake (>=2.8.12.2)
2. Visualization Toolkit -VTK- (>=6.1.0)
- 2.1 Required cmake flags:
- BUILD_SHARED_LIBS:BOOL=ON
+ 2.1 Steps
+ Open CMake
+ Select the soruce and the binary folder
+ Select the desired version of generator to compile (Visual Studio 12 2013) and click on configure and wait until the options are enabled, and the make sure
+ 2.2 Required cmake flags:
+ BUILD_EXAMPLES OFF
+ BUILD_SHARED_LIBS ON
+ BUILD_TESTING OFF
+ Module_VtkGUISupportQt ON
+ Module_VtkGUISupportQtOpenGL ON
+ Module_VtkGUISupportQtSql OFF
+ Module_VtkGUISupportQtWebkit OFF
+
3. Insight Toolkit -ITK- (>=4.6.0)
3.1 Required cmake flags: