mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-30 12:22:10 +03:00
add hint about osm2pgsql submodule
This commit is contained in:
parent
c391479c58
commit
635006b19b
5
README
5
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
|
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:
|
Installation steps:
|
||||||
|
|
||||||
0. If checking out from git run:
|
0. If checking out from git run:
|
||||||
@ -32,7 +35,7 @@ Installation steps:
|
|||||||
|
|
||||||
1. Compile Nominatim:
|
1. Compile Nominatim:
|
||||||
|
|
||||||
./configure [--enable-64bit-ids]
|
./configure
|
||||||
make
|
make
|
||||||
|
|
||||||
2. Get OSM data and import:
|
2. Get OSM data and import:
|
||||||
|
Loading…
Reference in New Issue
Block a user