File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ endif()
190190
191191include_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)
194194include_directories (SYSTEM ${OSMIUM_INCLUDE_DIRS} ${PROTOZERO_INCLUDE_DIR} ${FMT_INCLUDE_DIR} ${RAPIDJSON_INCLUDE_DIR} )
195195
196196if (WITH_LUA)
Original file line number Diff line number Diff 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+
5968It 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+.
You can’t perform that action at this time.
0 commit comments