We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86313a4 commit 513f5a7Copy full SHA for 513f5a7
1 file changed
README.md
@@ -56,6 +56,15 @@ Required libraries are
56
* [Python](https://python.org/) (only for running tests)
57
* [Psycopg](http://initd.org/psycopg/) (only for running tests)
58
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
68
It also requires access to a database server running
69
[PostgreSQL](https://www.postgresql.org/) 9.5+ and
70
[PostGIS](http://www.postgis.net/) 2.2+.
0 commit comments