diff options
author | Giancarlo Dessi <slack@giand.it> | 2023-11-12 09:57:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-12 13:00:16 +0700 |
commit | 7c5bf3beaa86d403dcb0428517810e207afa63ca (patch) | |
tree | dd5ede7abff3621710bd33e58f21a505191a8757 /gis/qgis | |
parent | 241894992471348d79e37fbb7f484f7fb2994a7b (diff) |
gis/qgis: Fix README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/qgis')
-rw-r--r-- | gis/qgis/README.Slackware | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gis/qgis/README.Slackware b/gis/qgis/README.Slackware index 46564687eade..0c2fbf044d12 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 |