Browse Source

Add build instruction for Debian-based systems

pull/5/head
Rodolphe Breard 5 years ago
parent
commit
1c65795e2b
  1. 2
      README.md

2
README.md

@ -34,6 +34,8 @@ In order to compile ADMEd, you will need the [Rust](https://www.rust-lang.org/)
ACMEd depends on the OpenSSL. The minimal supported versions are those from the [openssl](https://docs.rs/openssl/) crate, currently OpenSSL 1.0.1 through 1.1.1 and LibreSSL 2.5 through 2.8. The `tacd` executable also requires your OpenSSL/LibreSSL version to support TLS-ALPN.
On systems based on Debian/Ubuntu, you may need to install the `libssl-dev`, `build-essential` and `pkg-config` packages.
```
cargo build --release
strip target/release/acmed

Loading…
Cancel
Save