From d18171fb938997de61965aa74561eb575846520d Mon Sep 17 00:00:00 2001 From: Christian Stadelmann Date: Fri, 7 Jun 2013 18:38:30 +0300 Subject: [PATCH] Added missing dependency to pg_config to INSTALL.md According to the configure script mapnik has an optional dependency to pg_config provided by PostgreSQL. This dependency should be mentioned in INSTALL.md --- INSTALL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 156f9b3dc..bde1b50ef 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -68,7 +68,9 @@ Optional dependencies: * Cairo >= 1.6.0 - Graphics library for output formats like PDF, PS, and SVG - pkg-config - Required for building with cairo support - pycairo - Python bindings for cairo - * libpq - PostgreSQL libraries (For PostGIS plugin support) + * PostgreSQL (for PostGIS plugin support) + - libpq - PostreSQL libraries + - pg_config - PostgreSQL installation capabilities * libgdal - GDAL/OGR input (For gdal and ogr plugin support) * libsqlite3 - SQLite input (needs RTree support builtin) (sqlite plugin support) * libocci - Oracle input plugin support