forked from hans/Nominatim
adapt to release 3.5.1
This commit is contained in:
@@ -139,8 +139,8 @@ sudo sed -i 's:#.*::' /etc/apache2/conf-available/nominatim.conf #DOCS:
|
||||
#
|
||||
if [ "x$1" == "xyes" ]; then #DOCS: :::sh
|
||||
cd $USERHOME
|
||||
wget https://nominatim.org/release/Nominatim-3.5.0.tar.bz2
|
||||
tar xf Nominatim-3.5.0.tar.bz2
|
||||
wget https://nominatim.org/release/Nominatim-3.5.1.tar.bz2
|
||||
tar xf Nominatim-3.5.1.tar.bz2
|
||||
else #DOCS:
|
||||
cd $USERHOME/Nominatim #DOCS:
|
||||
fi #DOCS:
|
||||
@@ -151,7 +151,7 @@ fi #DOCS:
|
||||
cd $USERHOME #DOCS: :::sh
|
||||
mkdir build
|
||||
cd build
|
||||
cmake $USERHOME/Nominatim-3.5.0
|
||||
cmake $USERHOME/Nominatim-3.5.1
|
||||
make
|
||||
|
||||
# You need to create a minimal configuration file that tells nominatim
|
||||
|
||||
Reference in New Issue
Block a user