update cMake build documentation

Remove the dependency on libxml, no longer needed.
This commit is contained in:
Sarah Hoffmann
2020-01-24 22:53:26 +01:00
parent 8f6fdfeb0b
commit bb9bb40287
6 changed files with 18 additions and 25 deletions

View File

@@ -25,7 +25,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
# Now you can install all packages needed for Nominatim:
sudo apt-get install -y build-essential cmake g++ libboost-dev libboost-system-dev \
libboost-filesystem-dev libexpat1-dev zlib1g-dev libxml2-dev\
libboost-filesystem-dev libexpat1-dev zlib1g-dev\
libbz2-dev libpq-dev libproj-dev \
postgresql-server-dev-9.5 postgresql-9.5-postgis-2.2 \
postgresql-contrib-9.5 \