From 304b1f9baa711d1a44d6bf7df71c12cacaface13 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 25 Jan 2024 01:17:57 -0500 Subject: [PATCH] docs: add dependency information --- docs/src/INSTALL.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/src/INSTALL.md b/docs/src/INSTALL.md index a3e4932..b17c13d 100644 --- a/docs/src/INSTALL.md +++ b/docs/src/INSTALL.md @@ -1,4 +1,20 @@ -# Installing Keyfork +## Dependencies + +Keyfork has different dependencies depending on the feature set used for +installation, but the default build dependencies may be installed on a Debian +system by running: + +```sh +sudo apt install pkg-config nettle-dev libpcsclite-dev clang llvm +``` + +The runtime dependencies are: + +```sh +sudo apt install libnettle8 libpcsclite1 pcscd +``` + +## Installing Keyfork Keyfork is hosted using the Distrust Cargo repository. For the fastest installation path (this is not recommended), crates may be installed directly