From 5ebda94788e319f28a5a44344a9a4fbeeadd9183 Mon Sep 17 00:00:00 2001 From: Youjie Zhou Date: Tue, 18 Nov 2014 01:48:27 +0700 Subject: libraries/VTK: provide switches to enable features. Signed-off-by: Willy Sudiarto Raharjo --- libraries/VTK/README | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) (limited to 'libraries/VTK/README') diff --git a/libraries/VTK/README b/libraries/VTK/README index e85f751d40..567d99816d 100644 --- a/libraries/VTK/README +++ b/libraries/VTK/README @@ -1,13 +1,22 @@ -The Visualization Toolkit (VTK) is an open source, freely available -software system for 3D computer graphics, modeling, image processing, -volume rendering, scientific visualization and information -visualization. VTK also includes ancillary support for 3D interaction -widgets, two and three-dimensional annotation, and parallel -computing. At its core VTK is implemented as a C++ toolkit, requiring -users to build applications by combining various objects into an -application. The system also supports automated wrapping of the C++ -core into Python, Java and Tcl, so that VTK applications may also be -written using these interpreted programming languages. +The Visualization Toolkit (VTK) is an open source, freely available software +system for 3D computer graphics, modeling, image processing, volume rendering, +scientific visualization and information visualization. VTK also includes +ancillary support for 3D interaction widgets, two and three-dimensional +annotation, and parallel computing. At its core VTK is implemented as a C++ +toolkit, requiring users to build applications by combining various objects into +an application. The system also supports automated wrapping of the C++ core into +Python, Java and Tcl, so that VTK applications may also be written using these +interpreted programming languages. -VTK provides several language bindings. You may need to modify related -cmake options. Only Qt binding is enabled by default. +You can enable a lot of optional features by passing variables to the script +(VAR=yes/no ./VTK.SlackBuild): + +IMAGING=yes|no (default: no) +MPI=yes|no (default: no), requires openmpi +QT=yes|no (default: yes) +TK=yes|no (default: no) +VIEWS=yes|no (default: no) +WEB=yes|no (default: no) +PYTHON=yes|no (default: yes) +JAVA=yes|no (default: no) +TCL=yes|no (default: no) \ No newline at end of file -- cgit v1.2.3