Merge pull request #1904 from genodeftest/patch-1

Added missing dependency to pg_config to INSTALL.md
This commit is contained in:
Dane Springmeyer 2013-06-07 08:46:27 -07:00
commit ea077f2bb6

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