diff options
author | David Spencer <baildon.research@googlemail.com> | 2014-09-19 21:23:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-20 17:10:20 +0700 |
commit | f59f5e8ee95f482f313724b68098f56bdf4b896a (patch) | |
tree | 1d9579f2342d33928ba54f49e1d1152dc0503c23 /gis/gdal | |
parent | e771c05047e7b4fd2c4280aa2244b93bde3e1d19 (diff) | |
download | slackbuilds-f59f5e8ee95f482f313724b68098f56bdf4b896a.tar.gz |
gis/gdal: Fixed README to document optional json-c dep.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'gis/gdal')
-rw-r--r-- | gis/gdal/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gis/gdal/README b/gis/gdal/README index 33a4894063..5103301463 100644 --- a/gis/gdal/README +++ b/gis/gdal/README @@ -9,7 +9,8 @@ The related OGR library (which is part of the GDAL source tree) provides a similar capability for simple features vector data. The following optional requirements are detected automatically: -cfitsio, freexl, hdf, hdf5, libwebp, netcdf, postgresql, xerces-c +cfitsio, freexl, hdf, hdf5, json-c, libwebp, netcdf, postgresql, +xerces-c To enable OpenCL GPU-accelerated performance, specify the option OPENCL=yes (requires opencl-headers to build, and either nvidia-driver |