From 1981cb799ad847bd12f787d20bcd7852235ca2eb Mon Sep 17 00:00:00 2001 From: jose guzman Date: Thu, 24 Sep 2015 15:03:16 +0200 Subject: [PATCH] Details for VTK compilation --- COMPILATION | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/COMPILATION b/COMPILATION index eeb844a..b92c2ce 100644 --- a/COMPILATION +++ b/COMPILATION @@ -4,11 +4,23 @@ 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: -- 2.47.1