From 20848303e961402c6175b438882e7af51b1c6c1b Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Tue, 5 Feb 2019 15:57:51 +0100 Subject: [PATCH] Mention nightly, libnice and clang prerequisites in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9770319..f3113c9 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ Note that it requires an extension to the Mumble protocol which has not yet been ### Installing +#### Prerequisites + +- Moderately recent Rust Nightly (e.g. via [rustup](https://rustup.rs/)) +- libnice development headers (`libnice-devel` on Fedora, `libnice-dev` on Debian) +- clang (`clang` on Fedora and Debian) + #### Building For now, mumble-web-proxy must be built from source. Pre-built binaries may be provided at a later point in development.