diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-04-19 22:36:16 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-24 08:18:58 +0700 |
commit | ca0b5621371c4d8d09a5f8092e246adfb0b17108 (patch) | |
tree | 8349b33cd79cfb79cc55f77a64c1bc000bd87649 /gis/saga-gis | |
parent | 616adeaab0cf58382843b08cf27d1fa0c3e2c083 (diff) |
gis/saga-gis: Add clarifying note about OpenCV.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/saga-gis')
-rw-r--r-- | gis/saga-gis/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gis/saga-gis/README b/gis/saga-gis/README index 9fba69678be6..63e9c2f314ba 100644 --- a/gis/saga-gis/README +++ b/gis/saga-gis/README @@ -10,7 +10,8 @@ SAGA can use these optional dependencies: libharu, postgresql and qhull. SAGA currently does not build when vigra is installed. To enable opencv, set OPENCV=ON. By default OpenCV is disabled since SAGA does -not build when OpenCV version 4 or greater is installed. +not build when opencv version 4 or greater is installed. For a compatible +version of OpenCV, use the opencv-legacy SlackBuild. If SAGA fails to run after an upgrade, uninstall old versions of SAGA before compilation. |