From 2a46e4517a0ec32b9aad4580814e9dbcaf1221b3 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 20 Apr 2016 12:19:07 -0700 Subject: [PATCH] Add minimum recommended GDAL version to INSTALL.md - refs #3339 [skip ci] --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index d27004dbd..8992144b1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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