diff options
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 966599f6e9c97..df8c6317fc00f 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 |