forked from hans/Nominatim
vagrant centOS: amake sure that Posgresql 12 is found
This commit is contained in:
@@ -152,13 +152,14 @@ else #DOCS:
|
|||||||
fi #DOCS:
|
fi #DOCS:
|
||||||
|
|
||||||
# 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. Note that you need to
|
||||||
|
# tell cmake about the more recent Postgresql version that you use:
|
||||||
|
|
||||||
#DOCS: :::sh
|
#DOCS: :::sh
|
||||||
cd $USERHOME
|
cd $USERHOME
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake $USERHOME/Nominatim-3.5.2
|
cmake -DPostgreSQL_ADDITIONAL_VERSIONS=12 $USERHOME/Nominatim-3.5.2
|
||||||
make
|
make
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user