If you want to run the test suite, you need to install the following
additional packages:
- sudo apt-get install -y python3-dev python3-pip python3-psycopg2 python3-tidylib phpunit
+ sudo apt-get install -y python3-setuptools python3-dev python3-pip \
+ python3-psycopg2 python3-tidylib phpunit php-cgi
pip3 install --user behave nose # urllib3
sudo pear install PHP_CodeSniffer
The code must be built in a separate directory. Create this directory,
then configure and build Nominatim in there:
+
mkdir build
cd build
cmake $USERHOME/Nominatim