Skip to content

Commit

Permalink
add notes on pgp specific dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fairingrey committed Jan 17, 2022
1 parent 0f007d1 commit dd7f535
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,20 @@ packages.
```
clang
openssl-devel
```

If using feature `did-webkey/sequoia-openpgp` for PGP support, the following
dependencies are also needed:

```
nettle-dev
capnproto
```

If using feature
[`did-webkey/crypto-cng`](https://gitlab.com/sequoia-pgp/sequoia#cryptography),
only `capnproto` is needed.

## Install

### Crates.io
Expand Down

0 comments on commit dd7f535

Please sign in to comment.