]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/install-on-ubuntu-16.md
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / docs / install-on-ubuntu-16.md
index 2baacc81718646a810ddf071a9b28af3a458de58..de8468d42a232acadc063ea0efb83bd163e7a40a 100644 (file)
@@ -27,7 +27,7 @@ Now you can install all packages needed for Nominatim:
                             libbz2-dev libpq-dev libgeos-dev libgeos++-dev libproj-dev \
                             postgresql-server-dev-9.5 postgresql-9.5-postgis-2.2 postgresql-contrib-9.5 \
                             apache2 php php-pgsql libapache2-mod-php php-pear php-db \
-                            git
+                            php-intl git
 
 If you want to run the test suite, you need to install the following
 additional packages:
@@ -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: