summaryrefslogtreecommitdiffstats
path: root/gis/gdal/README
diff options
context:
space:
mode:
Diffstat (limited to 'gis/gdal/README')
-rw-r--r--gis/gdal/README15
1 files changed, 11 insertions, 4 deletions
diff --git a/gis/gdal/README b/gis/gdal/README
index c959862f44..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:
- cfitsio, freexl, hdf, hdf5, libkml, libwebp, netcdf,
- postgresql, python3, xerces-c
+ hdf, postgresql, SFCGAL, libheif
To enable OpenCL GPU-accelerated performance, specify the option
-OPENCL=yes (requires opencl-headers to build, and either nvidia-driver
-or amd-app-sdk with suitable GPU hardware to run).
+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.