]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/install-on-centos-7.md
Merge pull request #742 from lonvia/compare-normalized
[nominatim.git] / docs / install-on-centos-7.md
index e6b7c9460563066964f8aeda2744d0155b3a0d8d..40e8a4042e749b4602752531e2ee3e4cdce0020d 100644 (file)
@@ -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: