diff --git a/README.md b/README.md index f3051332..ea1bbf2c 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,21 @@ Download the latest compiled [release](https://github.com/Nitrokey/opcard-rs/rel Plug your Nitrokey 3A Mini and use [nitropy](https://docs.nitrokey.com/software/nitropy/) to install it with `nitropy nk3 update ` +## Build Dependencies + +`opcard` has these build dependencies: +- clang +- libpcsclite +- nettle +- pkg-config + +To run the tests, you also need these tools: +- gnupg +- scdaemon +- vsmartcard (vpcd) + +See the [CI Dockerfile](./ci/Dockerfile) for all steps to set up the build environment on Debian-based distributions. + ## Minimum Supported Rust Version (MSRV) The minimum supported Rust version (MSRV) for this crate is the most recent stable Rust release.