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
This commit is contained in:
Christian Stadelmann 2013-06-07 18:38:30 +03:00
parent fbeeb54558
commit d18171fb93

View file

@ -68,7 +68,9 @@ Optional dependencies:
* Cairo >= 1.6.0 - Graphics library for output formats like PDF, PS, and SVG * Cairo >= 1.6.0 - Graphics library for output formats like PDF, PS, and SVG
- pkg-config - Required for building with cairo support - pkg-config - Required for building with cairo support
- pycairo - Python bindings for cairo - 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) * libgdal - GDAL/OGR input (For gdal and ogr plugin support)
* libsqlite3 - SQLite input (needs RTree support builtin) (sqlite plugin support) * libsqlite3 - SQLite input (needs RTree support builtin) (sqlite plugin support)
* libocci - Oracle input plugin support * libocci - Oracle input plugin support