mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
docs: add more requirements for running tests
This commit is contained in:
@@ -160,6 +160,7 @@ download the country grid:
|
|||||||
The code must be built in a separate directory. Create this directory,
|
The code must be built in a separate directory. Create this directory,
|
||||||
then configure and build Nominatim in there:
|
then configure and build Nominatim in there:
|
||||||
|
|
||||||
|
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake $USERHOME/Nominatim
|
cmake $USERHOME/Nominatim
|
||||||
|
|||||||
@@ -32,7 +32,8 @@ Now you can install all packages needed for Nominatim:
|
|||||||
If you want to run the test suite, you need to install the following
|
If you want to run the test suite, you need to install the following
|
||||||
additional packages:
|
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
|
pip3 install --user behave nose # urllib3
|
||||||
sudo pear install PHP_CodeSniffer
|
sudo pear install PHP_CodeSniffer
|
||||||
@@ -147,6 +148,7 @@ download the country grid:
|
|||||||
The code must be built in a separate directory. Create this directory,
|
The code must be built in a separate directory. Create this directory,
|
||||||
then configure and build Nominatim in there:
|
then configure and build Nominatim in there:
|
||||||
|
|
||||||
|
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake $USERHOME/Nominatim
|
cmake $USERHOME/Nominatim
|
||||||
|
|||||||
@@ -33,7 +33,8 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
|
|||||||
# If you want to run the test suite, you need to install the following
|
# If you want to run the test suite, you need to install the following
|
||||||
# additional packages:
|
# 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
|
pip3 install --user behave nose # urllib3
|
||||||
sudo pear install PHP_CodeSniffer
|
sudo pear install PHP_CodeSniffer
|
||||||
|
|||||||
Reference in New Issue
Block a user