add new required json library for osm2pgsql

This commit is contained in:
Sarah Hoffmann
2023-08-22 20:05:25 +02:00
parent 5f09ba4e10
commit 719b66e5ed
4 changed files with 4 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ For compiling:
* [bzip2](http://www.bzip.org/)
* [zlib](https://www.zlib.net/)
* [ICU](http://site.icu-project.org/)
* [nlohmann/json](https://json.nlohmann.me/)
* [Boost libraries](https://www.boost.org/), including system and filesystem
* PostgreSQL client libraries
* a recent C++ compiler (gcc 5+ or Clang 3.8+)