From 9e0023c218bf33b7f698dc1cf7dc538b7a48d273 Mon Sep 17 00:00:00 2001 From: Andreas Gruhler Date: Sun, 15 Dec 2024 21:36:52 +0100 Subject: [PATCH] doc(installation): libffi required for argon2-cffi-bindings --- docs/installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation.rst b/docs/installation.rst index 05b82bbc3..156a3334e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -168,6 +168,7 @@ following dependencies first: - liblz4_ >= 1.7.0 (r129) - libzstd_ >= 1.3.0 - libxxhash >= 0.8.1 (0.8.0 might work also) + - libffi (required for argon2-cffi-bindings) * pkg-config (cli tool) and pkgconfig python package (borg uses these to discover header and library location - if it can't import pkgconfig and is not pointed to header/library locations via env vars [see setup.py],