]> git.openstreetmap.org Git - nominatim.git/commitdiff
Updated documentation for PyICU support
authorAntoJvlt <antonin.jolivat@gmail.com>
Mon, 22 Mar 2021 00:46:46 +0000 (01:46 +0100)
committerAntoJvlt <antonin.jolivat@gmail.com>
Tue, 23 Mar 2021 22:34:19 +0000 (23:34 +0100)
docs/admin/Installation.md
vagrant/Install-on-Centos-7.sh
vagrant/Install-on-Centos-8.sh
vagrant/Install-on-Ubuntu-18.sh
vagrant/Install-on-Ubuntu-20.sh

index eadaaff1fc635704f06fa20c45528ce7fe85eaba..6237a9d4a37b9026c4d1dd3938a6f3cb76e945b1 100644 (file)
@@ -30,6 +30,7 @@ For compiling:
   * [proj](https://proj.org/)
   * [bzip2](http://www.bzip.org/)
   * [zlib](https://www.zlib.net/)
+  * [ICU](http://site.icu-project.org/)
   * [Boost libraries](https://www.boost.org/), including system and filesystem
   * PostgreSQL client libraries
   * a recent C++ compiler (gcc 5+ or Clang 3.8+)
@@ -43,6 +44,7 @@ For running Nominatim:
   * [Python Dotenv](https://github.com/theskumar/python-dotenv)
   * [psutil](https://github.com/giampaolo/psutil)
   * [Jinja2](https://palletsprojects.com/p/jinja/)
+  * [PyICU](https://pypi.org/project/PyICU/)
   * [PHP](https://php.net) (7.0 or later)
   * PHP-pgsql
   * PHP-intl (bundled with PHP)
index 24d88926e2ee6fc9368ec2845935e820129f03f5..610bbb04fc2c2c86e5a262cca3a5074e27776206 100755 (executable)
@@ -40,9 +40,9 @@
                         php-pgsql php php-intl libpqxx-devel \
                         proj-epsg bzip2-devel proj-devel boost-devel \
                         python3-pip python3-setuptools python3-devel \
-                        expat-devel zlib-devel
+                        expat-devel zlib-devel libicu-dev
 
-    pip3 install --user psycopg2 python-dotenv psutil Jinja2
+    pip3 install --user psycopg2 python-dotenv psutil Jinja2 PyICU
 
 
 #
index 859c48b9517f6cf7714c978a6f2eaaf59f3cc86f..17d07aec70e5729c07e10b30b935e35b695c6659 100755 (executable)
@@ -33,9 +33,9 @@
                         php-pgsql php php-intl php-json libpq-devel \
                         bzip2-devel proj-devel boost-devel \
                         python3-pip python3-setuptools python3-devel \
-                        expat-devel zlib-devel
+                        expat-devel zlib-devel libicu-dev
 
-    pip3 install --user psycopg2 python-dotenv psutil Jinja2
+    pip3 install --user psycopg2 python-dotenv psutil Jinja2 PyICU
 
 
 #
index 5cbbd5837558963c7fdde7954725b0f27db993cd..eb1bdc82409e63bcdca9154402a116e501a39360 100755 (executable)
@@ -30,12 +30,12 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
                         postgresql-server-dev-10 postgresql-10-postgis-2.4 \
                         postgresql-contrib-10 postgresql-10-postgis-scripts \
                         php php-pgsql php-intl python3-pip \
-                        python3-psycopg2 python3-psutil python3-jinja2 git
+                        python3-psycopg2 python3-psutil python3-jinja2 git libicu-dev
 
 # The python-dotenv package that comes with Ubuntu 18.04 is too old, so
 # install the latest version from pip:
 
-    pip3 install python-dotenv
+    pip3 install python-dotenv PyICU
 
 #
 # System Configuration
index 0649c9a667372ca6030f4c3912525b9700e91315..2b7a6a1b815ed1f76d47ecca6974d5eba1db2c95 100755 (executable)
@@ -33,7 +33,10 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
                         postgresql-server-dev-12 postgresql-12-postgis-3 \
                         postgresql-contrib-12 postgresql-12-postgis-3-scripts \
                         php php-pgsql php-intl python3-dotenv \
-                        python3-psycopg2 python3-psutil python3-jinja2 git
+                        python3-psycopg2 python3-psutil python3-jinja2 git libicu-dev
+#Python packages:
+
+    pip3 install PyICU
 
 #
 # System Configuration