summaryrefslogtreecommitdiffstats
path: root/libraries/opencv/README
diff options
context:
space:
mode:
author Christoph Willing2019-01-09 03:24:07 +0100
committer Willy Sudiarto Raharjo2019-01-12 00:58:38 +0100
commit39f85d3abda25f53eb88d729f0426bc2ca67b33f (patch)
treeb48ff16a3d5a94281b4969272c7efcf430bb3a6b /libraries/opencv/README
parent309c3738681e29ee2da4566f061dcd33357fef8e (diff)
downloadslackbuilds-39f85d3abda25f53eb88d729f0426bc2ca67b33f.tar.gz
libraries/opencv: Updated for version 4.0.1
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'libraries/opencv/README')
-rw-r--r--libraries/opencv/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/opencv/README b/libraries/opencv/README
index 41d3700760..9e878dc8af 100644
--- a/libraries/opencv/README
+++ b/libraries/opencv/README
@@ -33,6 +33,10 @@ environment variable:
CVGDAL=yes ./opencv.SlackBuild
(to support SBo's gis/gdal)
+Access to patented algorithms e.g.SIFT/SURF may be enabled by setting
+the CVNONFREE environment variable:
+ CVNONFREE=yes ./opencv.SlackBuild
+
Please note that some combinations of options may not be possible. In
particular, if both qt5 and VTK are installed on the host build system,
VTK support will be disabled unless it was built with qt5 support (which