diff options
author | ArTourter <artourter@gmail.com> | 2022-05-20 20:35:04 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-28 09:11:26 +0700 |
commit | 4d0165cbdc30e44aecc9d19810568a7943b4cc48 (patch) | |
tree | a0cadbf203468046032088b1641e30c74c49d5f4 /gis/gdal/README | |
parent | 6be568def08cf1204eefb16ec5c23c4df8de8592 (diff) |
gis/gdal: Updated for version 3.5.0.
Shared library .so-version bump
Update build process to cmake (autotools deprecated)
Add option to build Java bindings
Add note for optional dependency for libheif in README
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/gdal/README')
-rw-r--r-- | gis/gdal/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gis/gdal/README b/gis/gdal/README index 184d0d4e82ae..1c419449499b 100644 --- a/gis/gdal/README +++ b/gis/gdal/README @@ -11,8 +11,11 @@ provides a similar capability for simple features vector data. The following optional requirements are detected automatically: freexl, hdf, hdf5, libkml, netcdf, postgresql, xerces-c, - libspatialite, SFCGAL + libspatialite, SFCGAL, libheif To enable OpenCL GPU-accelerated performance, specify the option OPENCL=yes (requires either nvidia-driver or amd-app-sdk with suitable GPU hardware to run). + +To build JAVA bindings, specify JAVA=yes (it requires a java JDK and +ant). |