diff options
author | Christoph Willing <chris.willing@linux.com> | 2018-01-10 22:15:49 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-13 07:13:11 +0700 |
commit | 1bc6472841d4e6eb6ad1418997629c8642fed686 (patch) | |
tree | dbad6249f5612f01d839259474f2921b4b82b837 /libraries/VTK/README | |
parent | 78ce057a6b76689694a03bcbfded64620c8965fe (diff) | |
download | slackbuilds-1bc6472841d4e6eb6ad1418997629c8642fed686.tar.gz |
libraries/VTK: Updated for version 8.1.0
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'libraries/VTK/README')
-rw-r--r-- | libraries/VTK/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/VTK/README b/libraries/VTK/README index 966599f6e9..df8c6317fc 100644 --- a/libraries/VTK/README +++ b/libraries/VTK/README @@ -8,7 +8,9 @@ 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. -You can enable a lot of optional features by passing variables to the script +Since version 8.1.0, VTK requires the qt5 package. + +You can enable a number of optional features by passing variables to the script (VAR=yes/no ./VTK.SlackBuild): IMAGING=yes|no (default: no) @@ -20,4 +22,3 @@ WEB=yes|no (default: no), requires python-twisted JAVA=yes|no (default: no), requires jdk PYTHON=yes|no (default: yes) QT=yes|no (default: yes) -VTKQT5=yes|no (default: no), requires qt5 |