docs: add dependency information

This commit is contained in:
Ryan Heywood 2024-01-25 01:17:57 -05:00
parent 1112fe0870
commit 304b1f9baa
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 17 additions and 1 deletions

View File

@ -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 Keyfork is hosted using the Distrust Cargo repository. For the fastest
installation path (this is not recommended), crates may be installed directly installation path (this is not recommended), crates may be installed directly