Commit Graph

3 Commits

Author SHA1 Message Date
Even Rouault 1bb7bfdcab GDAL: add more dependencies by using system static libraries (#607)
Use static versions of Ubuntu -dev libraries.
Add: lzma, xerces, webp
Use external version of libz, libpng, libgif instead of GDAL internal copies.
2017-05-14 20:45:29 -07:00
Even Rouault a509666343 gdal: add sqlite3 and expat dependencies (#605) 2017-05-13 20:11:49 -07:00
Even Rouault a22bad13f9 Add gdal project (#589)
Extract from http://gdal.org/ :
GDAL is a translator library for raster and vector geospatial data
formats that is released under an X/MIT style Open Source license by
the Open Source Geospatial Foundation. As a library, it presents a
single raster abstract data model and single vector abstract data model
to the calling application for all supported formats. It also comes
with a variety of useful command line utilities for data translation
and processing

GDAL upstream ticket:
https://trac.osgeo.org/gdal/ticket/6883
2017-05-11 13:07:23 -07:00