summaryrefslogtreecommitdiffstats
path: root/gis/gdal/README
diff options
context:
space:
mode:
Diffstat (limited to 'gis/gdal/README')
-rw-r--r--gis/gdal/README11
1 files changed, 9 insertions, 2 deletions
diff --git a/gis/gdal/README b/gis/gdal/README
index 184d0d4e82..ba3dc22097 100644
--- a/gis/gdal/README
+++ b/gis/gdal/README
@@ -10,9 +10,16 @@ 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
+ hdf, postgresql, 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).
+
+By default, the script does not build nor run the tests. You can use the
+option TESTBUILD=YES to build and run the tests before the make install
+part. Tests are only present for the java bindings to this options does
+nothing is the java bindings are not build.