Skip to content

Commit d53d656

Browse files
authored
Merge pull request #1518 from joto/required-libs
Required libs
2 parents cd0d0bc + 513f5a7 commit d53d656

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ endif()
190190

191191
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/src ${CMAKE_CURRENT_BINARY_DIR})
192192

193-
find_package(Osmium 2.15.6 REQUIRED COMPONENTS io)
193+
find_package(Osmium 2.17.0 REQUIRED COMPONENTS io)
194194
include_directories(SYSTEM ${OSMIUM_INCLUDE_DIRS} ${PROTOZERO_INCLUDE_DIR} ${FMT_INCLUDE_DIR} ${RAPIDJSON_INCLUDE_DIR})
195195

196196
if (WITH_LUA)

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@ Required libraries are
5656
* [Python](https://python.org/) (only for running tests)
5757
* [Psycopg](http://initd.org/psycopg/) (only for running tests)
5858

59+
The following libraries are included in the `contrib` directory. You can build
60+
with other versions of those libraries (set the `EXTERNAL_*libname*` option to
61+
`ON`) but make sure you are using a compatible version:
62+
63+
* [fmt](https://fmt.dev/) (>= 7.1.3)
64+
* [libosmium](https://osmcode.org/libosmium/) (>= 2.17.0)
65+
* [protozero](https://github.com/mapbox/protozero) (>= 1.6.3)
66+
* [rapidjson](https://rapidjson.org/) (>= 1.1.0)
67+
5968
It also requires access to a database server running
6069
[PostgreSQL](https://www.postgresql.org/) 9.5+ and
6170
[PostGIS](http://www.postgis.net/) 2.2+.

0 commit comments

Comments
 (0)