docs: add dependency information
This commit is contained in:
parent
1112fe0870
commit
304b1f9baa
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue