Merge pull request #4684 from cgohla/patch-1

[prerequisites]: add JSON lib dependency
This commit is contained in:
Eelco Dolstra 2021-04-02 12:37:13 +02:00 committed by GitHub
commit fa8bc5329c
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).