diff options
Diffstat (limited to 'libraries/VTK/README')
-rw-r--r-- | libraries/VTK/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/VTK/README b/libraries/VTK/README index b352886970..07d290e2c9 100644 --- a/libraries/VTK/README +++ b/libraries/VTK/README @@ -29,3 +29,9 @@ QT=yes|no (default: yes) NB. Some combinations of options are known to result in compilation errors if the build machine already has VTK installed. Please remove any VTK installation before running the SlackBuild. + +When both Qt5 and Qt6 are installed, a particular QT version can be +set for the VTK build via the QTVERSION variable when running the +VTK.SlackBuild e.g. + QTVERSION=5 bash VTK.SlackBuild + |