aboutsummaryrefslogtreecommitdiff
path: root/gis/saga-gis/README
diff options
context:
space:
mode:
Diffstat (limited to 'gis/saga-gis/README')
-rw-r--r--gis/saga-gis/README41
1 files changed, 26 insertions, 15 deletions
diff --git a/gis/saga-gis/README b/gis/saga-gis/README
index 8b46a6db2e..92157708cd 100644
--- a/gis/saga-gis/README
+++ b/gis/saga-gis/README
@@ -1,19 +1,30 @@
-System for Automated Geoscientific Analyses (SAGA) is a Geographic
-System Information software with immense capabilities for geodata
-System processing and analysis.
+System for Automated Geoscientific Analyses (SAGA) is a Geographic
+Information System software with immense capabilities for geodata
+processing and analysis.
-SAGA supports the implementation of new functions with an effective
-API. Functions are organised as modules in framework independent
-Module Libraries and can be accessed via SAGA's Graphical User
-Interface or various scripting environments (shell scripts, Python,
+SAGA supports the implementation of new functions with an effective
+API. Functions are organised as modules in framework independent
+Module Libraries and can be accessed via SAGA's Graphical User
+Interface or various scripting environments (shell scripts, Python,
R and so on).
-SAGA can use these optional dependencies: libharu, liblas, postgresql
-and qhull. SAGA currently does not build when vigra is installed.
+SAGA can use these optional autodetected dependencies enabled if they
+are found in the system:
+libharu, OpenMP, OpenCV, qhull, vigra, pdal, postgresql/postgis,
+libLAS, proj, hdf5. Previous issues given with OpenCV version 4 or
+greater and vigra seem solved in last versions of SAGA.
-To enable opencv, set OPENCV=ON. By default OpenCV is disabled since
-SAGA does 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.
+WARNINGS:
+1) Unlike earlier versions of SAGA, the build of last versions
+ requires wxGTK3 => 3.1 that is not available in Slackbuilds.org at
+ the moment. If you want to build this version of SAGA you have to
+ install the package wxWidgets (also available in Slackbuilds.org).
+2) SAGA requires an ODBC driver in the system. It works both with
+ iODBC (installed with the libiodbc package (included in Slackware
+ 15.0) and unixODBC (installed from the SBo's slackbuild). The build
+ first searches for unixODBC then for iODBC. It fails if any driver
+ is found. These drivers are in conflict so, if you have installed
+ and then removed unixODBC, please make sure to reinstall libiodbc.
+ You should also consider that a package prebuilt in a Slackware
+ with unixODBC should not be installed in a system with iODB (and
+ vice versa).