btrfs-progs: INSTALL: add minimal version of crypto libraries

Configure verifies the minimum version, make them explicit in the
installation docs.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2023-03-01 17:02:26 +01:00
parent b79b330f62
commit 6984ee86b1

View file

@ -18,9 +18,9 @@ Optionally, the checksums based on cryptographic hashes can be implemented by
external libraries. Builtin implementations are provided in case the library
dependencies are not desired.
- libgcrypt
- libsodium
- libkcapi
- libgcrypt >= 1.8.0
- libsodium >= 1.0.4
- libkcapi >= 1.0.0
Optionally, multipath device detection requires libudev and running udev
daemon, as it's the only source of the path information. Static build has a