diff options
author | Björn Gohla <51823984+cgohla@users.noreply.github.com> | 2021-04-01 22:54:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-01 22:54:09 +0100 |
commit | 5926200db09ca4d0c5769edf24a3cf2e9f472d23 (patch) | |
tree | f1a48f1ca855dcb5f030a036901b8be9a05ca86b /doc | |
parent | e7810665a72592de08b61b1e83b150b5282e1e82 (diff) |
[prerequisites]: add JSON lib dependency
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/installation/prerequisites-source.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/src/installation/prerequisites-source.md b/doc/manual/src/installation/prerequisites-source.md index 6825af707..12758c5e1 100644 --- a/doc/manual/src/installation/prerequisites-source.md +++ b/doc/manual/src/installation/prerequisites-source.md @@ -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). + |