adapt to release 3.7.2

This commit is contained in:
Sarah Hoffmann
2021-05-30 16:54:01 +02:00
parent 41353efc5a
commit 4de8bb6e2c
5 changed files with 13 additions and 13 deletions

View File

@@ -116,8 +116,8 @@ sudo chown vagrant /srv/nominatim #DOCS:
# Get the source for the release and unpack it
#
if [ "x$1" == "xyes" ]; then #DOCS: :::sh
wget https://nominatim.org/release/Nominatim-3.7.1.tar.bz2
tar xf Nominatim-3.7.1.tar.bz2
wget https://nominatim.org/release/Nominatim-3.7.2.tar.bz2
tar xf Nominatim-3.7.2.tar.bz2
else #DOCS:
cd $USERHOME/Nominatim #DOCS:
fi #DOCS:
@@ -128,7 +128,7 @@ fi #DOCS:
#DOCS: :::sh
mkdir $USERHOME/build
cd $USERHOME/build
cmake $USERHOME/Nominatim-3.7.1
cmake $USERHOME/Nominatim-3.7.2
make
sudo make install