From ec1a028aeef25411f5e444f91feb745f844a0c94 Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Sun, 5 Jul 2020 12:16:13 +0200 Subject: [PATCH] Add missing OpenSSL dependency to README (fixes #11) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4805e91..187736c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Note that it requires an extension to the Mumble protocol which has not yet been - Rust 1.39+ (e.g. via [rustup](https://rustup.rs/)) - libnice development headers (`libnice-devel` on Fedora, `libnice-dev` on Debian) +- OpenSSL development headers (`openssl-devel` on Fedora, `libssl-dev` on Debian) - clang (`clang` on Fedora and Debian) #### Building