From 635006b19b3086baf3b8c20034c797bb29c528d4 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 19 Dec 2014 23:44:54 +0100 Subject: [PATCH] add hint about osm2pgsql submodule --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index b7fdedca..224b6569 100644 --- a/README +++ b/README @@ -24,6 +24,9 @@ how to set up your own instance of Nominatim can be found in the wiki: http://wiki.openstreetmap.org/wiki/Nominatim/Installation +Note that this repository contains a submodule called osm2pgsql. Make sure it +is cloned as well by running `git submodule update --init`. + Installation steps: 0. If checking out from git run: @@ -32,7 +35,7 @@ Installation steps: 1. Compile Nominatim: - ./configure [--enable-64bit-ids] + ./configure make 2. Get OSM data and import: -- 2.39.5