X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6c12fc971e0e6141572ad50adf79533b4fc87d1a..ebbd03efe08c33fe81fdcf17e498d1d14546a314:/docs/install-on-ubuntu-16.md?ds=sidebyside diff --git a/docs/install-on-ubuntu-16.md b/docs/install-on-ubuntu-16.md index 2baacc81..66d82cf0 100644 --- a/docs/install-on-ubuntu-16.md +++ b/docs/install-on-ubuntu-16.md @@ -137,6 +137,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: