[prerequisites]: add JSON lib dependency

This commit is contained in:
Björn Gohla 2021-04-01 22:54:09 +01:00 committed by GitHub
parent e7810665a7
commit 5926200db0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,3 +69,6 @@
`--disable-seccomp-sandboxing` option to the `configure` script (Not
recommended unless your system doesn't support `libseccomp`). To get
the library, visit <https://github.com/seccomp/libseccomp>.
- Niels Lohmann's [JSON library](https://github.com/nlohmann/json).