diff options
author | Christoph Willing <chris.willing@linux.com> | 2019-02-11 18:03:24 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-17 21:56:39 +0700 |
commit | 7a76ba7d57b70ebd3ac37cfdfe4f5d48a9f9701b (patch) | |
tree | 3f9b550590378e18d0256f25b9b16583bd2c3d5b /libraries/VTK/README | |
parent | 34b6754b7bf0a757de6a2ff085c294358545d5c2 (diff) |
libraries/VTK: Updated foe version 8.2.0
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'libraries/VTK/README')
-rw-r--r-- | libraries/VTK/README | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/libraries/VTK/README b/libraries/VTK/README index df8c6317fc00f..d24b76957c59f 100644 --- a/libraries/VTK/README +++ b/libraries/VTK/README @@ -10,15 +10,23 @@ interpreted programming languages. Since version 8.1.0, VTK requires the qt5 package. +Some optional additional packages, if detected during configuration, are used +in preference to versions provided in the source code. These packages, available +from SlackBuilds.org, are: + jsoncpp proj + You can enable a number of optional features by passing variables to the script -(VAR=yes/no ./VTK.SlackBuild): +(VAR=yes|no ./VTK.SlackBuild): IMAGING=yes|no (default: no) MPI=yes|no (default: no), requires openmpi -TCL=yes|no (default: yes) TK=yes|no (default: yes) VIEWS=yes|no (default: no) 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) + +VTK is an optional dependency for the opencv SlackBuild. However since VTK-8.2.0, +it is not suitable as an optional dependency for opencv-legacy. The last suitable +version of VTK for building opencv-legacy is VTK-8.1.2. |