Add minimum recommended GDAL version to INSTALL.md - refs #3339 [skip ci]
This commit is contained in:
parent
00fbc29e9d
commit
2a46e4517a
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ Additional optional dependencies:
|
|||
* PostgreSQL (for PostGIS plugin support)
|
||||
- libpq - PostreSQL libraries
|
||||
- pg_config - PostgreSQL installation capabilities
|
||||
* libgdal - GDAL/OGR input (For gdal and ogr plugin support)
|
||||
* libgdal - GDAL/OGR input (For gdal and ogr plugin support) (>= GDAL 2.0.2 for thread safety - https://github.com/mapnik/mapnik/issues/3339)
|
||||
* libsqlite3 - SQLite input (needs RTree support builtin) (sqlite plugin support)
|
||||
|
||||
Instructions for installing many of these dependencies on
|
||||
|
|
Loading…
Reference in a new issue