X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/55c1a68dbc245c791164397ef9af6abc759a5daa..94d795883f36485c3da866f8979cab07d28194c0:/README?ds=sidebyside diff --git a/README b/README index b7fdedca..7a760ff6 100644 --- a/README +++ b/README @@ -24,15 +24,16 @@ how to set up your own instance of Nominatim can be found in the wiki: 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: