X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/97ade7dd7e32119a67e0be0e2ba8ddede9050f26..1876fe42c90640b337e34b820afcc7fd13f40ee5:/docs/install-on-centos-7.md diff --git a/docs/install-on-centos-7.md b/docs/install-on-centos-7.md index e6b7c946..40e8a404 100644 --- a/docs/install-on-centos-7.md +++ b/docs/install-on-centos-7.md @@ -150,6 +150,13 @@ Get the source code from Github and change into the source directory +When installing the latest source from github, you also need to +download the country grid: + + + wget -O data/country_osm_grid.sql.gz http://www.nominatim.org/data/country_grid.sql.gz + + The code must be built in a separate directory. Create this directory, then configure and build Nominatim in there: