]> Creatis software - cpPlugins.git/commitdiff
Details for VTK compilation
authorjose guzman <jose@gmail.com>
Thu, 24 Sep 2015 13:03:16 +0000 (15:03 +0200)
committerjose guzman <jose@gmail.com>
Thu, 24 Sep 2015 13:03:16 +0000 (15:03 +0200)
COMPILATION

index eeb844aa0fb8853d6bc3b53bb334360c70b5c41c..b92c2ce29bfa90cddc7a4dd8c723c23ba7488481 100644 (file)
@@ -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: