http://wiki.openstreetmap.org/wiki/Nominatim/Installation
-Installation steps:
-
-0. If checking out from git run:
+Note that this repository contains a submodule called osm2pgsql. Make sure it
+is cloned as well by running `git submodule update --init`.
- ./autogen.sh
+Installation steps:
1. Compile Nominatim:
- ./configure [--enable-64bit-ids]
+ mkdir build
+ cd build
+ cmake ..
make
2. Get OSM data and import: