소스 검색

doc(installation): libffi required for argon2-cffi-bindings

Andreas Gruhler 5 달 전
부모
커밋
9e0023c218
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      docs/installation.rst

+ 1 - 0
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],