summaryrefslogtreecommitdiffstats
path: root/libraries/opencv/README
diff options
context:
space:
mode:
author Christoph Willing2018-07-13 11:00:39 +0200
committer Willy Sudiarto Raharjo2018-07-14 01:55:52 +0200
commit89a464fcdc4e49debd78104a005c924bb49daf41 (patch)
tree2612f81b2591d8ecb48d95ae3f46d3e66c927ec5 /libraries/opencv/README
parentfb3065d67c85cad4e95e6f997be3048f8358a662 (diff)
downloadslackbuilds-89a464fcdc4e49debd78104a005c924bb49daf41.tar.gz
libraries/opencv: Fix library paths
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 76ff06ab69..c249112376 100644
--- a/libraries/opencv/README
+++ b/libraries/opencv/README
@@ -40,6 +40,10 @@ VTK support will be disabled unless it was built with qt5 support (which
is possible but not its default). Conversely, if VTK has been built with
qt5, it will be disabled in OpenCV unless it too is being built with qt5.
+This package is configured to generate python bindings for Python 3 (via
+dependency on the numpy3 package). If bindings for Python 2 are required,
+the numpy package is required when building opencv.
+
The Deep Neural Network module and Extra 2D Features Framework from
OpenCV's "extra modules" section are disabled by default. They may be
enabled by setting the DNN and/or XF2D environment variables as required