diff options
author | Christoph Willing <chris.willing@linux.com> | 2018-07-13 19:00:39 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-14 06:55:52 +0700 |
commit | 89a464fcdc4e49debd78104a005c924bb49daf41 (patch) | |
tree | 2612f81b2591d8ecb48d95ae3f46d3e66c927ec5 /libraries/opencv/README | |
parent | fb3065d67c85cad4e95e6f997be3048f8358a662 (diff) |
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/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/opencv/README b/libraries/opencv/README index 76ff06ab695e..c24911237662 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 |