diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-11-29 11:11:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-29 11:11:10 +0100 |
commit | ddf4fb750d485bf4deb879e69c02ed6fe75b949b (patch) | |
tree | b1128309383bdb49c9ff91756fbc18a2b778d482 /doc/manual/src/installation | |
parent | 99804465afe403ee7e3436b14fa643a9832ca486 (diff) | |
parent | 33a227503adfaa570174c48d8c893f968ed8337f (diff) |
Merge pull request #5678 from t184256/document-libsodium
Document libsodium, which is now mandatory, as a dependency.
Diffstat (limited to 'doc/manual/src/installation')
-rw-r--r-- | doc/manual/src/installation/prerequisites-source.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manual/src/installation/prerequisites-source.md b/doc/manual/src/installation/prerequisites-source.md index 1b03bacd3..6f4eb3008 100644 --- a/doc/manual/src/installation/prerequisites-source.md +++ b/doc/manual/src/installation/prerequisites-source.md @@ -44,6 +44,11 @@ obtained from the its repository <https://github.com/troglobit/editline>. + - The `libsodium` library for verifying cryptographic signatures + of contents fetched from binary caches. + It can be obtained from the official web site + <https://libsodium.org>. + - Recent versions of Bison and Flex to build the parser. (This is because Nix needs GLR support in Bison and reentrancy support in Flex.) For Bison, you need version 2.6, which can be obtained from |