Skip to content

Commit 513f5a7

Browse files
committed
Document required library versions in README
Fixes #1517
1 parent 86313a4 commit 513f5a7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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)