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

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).