On mardi 22 mai 2018 07:59:08 CEST Lars wrote: > Hello, > > Does GDAL have an updated list of required and optional dependencies?
Lars, Required: none currently, except a C++ compiler But for usual functionalities, I'd suggest libsqlite3, libcurl, libexpat You an consult the right most column of http://gdal.org/formats_list.html and http:// www.gdal.org/ogr_formats.html to see which dependencies are needed to have support for which driver. Looking at https://github.com/OSGeo/gdal/blob/master/gdal/nmake.opt or https://github.com/OSGeo/gdal/blob/master/gdal/configure.ac will also give you the list of all potential dependencies. Even -- Spatialys - Geospatial professional services http://www.spatialys.com
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
