From: Sarah Hoffmann Date: Tue, 26 Nov 2019 20:51:30 +0000 (+0100) Subject: Merge pull request #1582 from mtmail/documentation-direct-link-osm2pgsql X-Git-Tag: v3.5.0~129 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/081d1f9779b00af8b456af70c10fe85feaeab8e4?hp=-c Merge pull request #1582 from mtmail/documentation-direct-link-osm2pgsql add wiki link to osm2psql README --- 081d1f9779b00af8b456af70c10fe85feaeab8e4 diff --combined docs/admin/Installation.md index b5176617,88a58b91..2ed8ca7f --- a/docs/admin/Installation.md +++ b/docs/admin/Installation.md @@@ -29,7 -29,8 +29,8 @@@ For compiling * a recent C++ compiler Nominatim comes with its own version of osm2pgsql. See the - osm2pgsql README for additional dependencies required for compiling osm2pgsql. + [osm2pgsql README](https://github.com/openstreetmap/osm2pgsql/blob/master/README.md#building) + for additional dependencies required for compiling osm2pgsql. For running tests: @@@ -45,6 -46,7 +46,6 @@@ For running Nominatim * [PHP](https://php.net) (7.0 or later) * PHP-pgsql * PHP-intl (bundled with PHP) - * [PEAR::DB](https://pear.php.net/package/DB) * a webserver (apache or nginx are recommended) For running continuous updates: