summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Giancarlo Dessi2023-11-12 03:57:58 +0100
committer Willy Sudiarto Raharjo2023-11-12 07:00:16 +0100
commit7c5bf3beaa86d403dcb0428517810e207afa63ca (patch)
treedd5ede7abff3621710bd33e58f21a505191a8757 /gis
parent241894992471348d79e37fbb7f484f7fb2994a7b (diff)
downloadslackbuilds-7c5bf3beaa86d403dcb0428517810e207afa63ca.tar.gz
gis/qgis: Fix README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/qgis/README.Slackware9
1 files changed, 5 insertions, 4 deletions
diff --git a/gis/qgis/README.Slackware b/gis/qgis/README.Slackware
index 46564687ea..0c2fbf044d 100644
--- a/gis/qgis/README.Slackware
+++ b/gis/qgis/README.Slackware
@@ -30,13 +30,14 @@ system. These are the following
- gpsbabel: for the GPS plugin
- grass: for the Grass plugin
- pdal: for support to PDAL
+ - libdraco: for support to Draco plugin
- gsl: for georeferencing support
- fcgi: for the QGIS server functionality
The build install as optional dependencies - autodetected - also
-hdf5 and netcdf. If it is installed, the support of PDAL can be
-disabled also by setting to "no" the environment variable
- PDAL=no ./qgis.SlackBuild
+hdf5 and netcdf. If they are installed, the support of PDAL and/or
+Draco can be disabled also by setting to "no" the environment variable
+ PDAL=no [DRACO=no] ./qgis.SlackBuild
2. PYTHON BINDINGS AND DEPENDENCIES
The functionality of QGIS is strongly enhanced by a lot of plugins that
@@ -74,7 +75,7 @@ systems with old drivers/graphic cards. If you want to prevent this
pass to the slackbuild the environment variable
OPENCL=no ./qgis.SlackBuild
-
+
It has reported that QGIS shows runtime warnings about 'osgeo' unless
the Python GDAL library is installed. If you encounter this issue you
can solve by installing via pip the Python GDAL library as simple user