From a1b0c8de1e91112aff987cbee56b249c32eea72f Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Fri, 23 May 2014 17:13:20 +0200 Subject: [PATCH] Added information about autogen.sh and configure. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dcbcd26e..8bf95ed4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,12 @@ The latest version of Spreed WebRTC can be found on GitHub: Go, Sass and NodeJS need to be in your $PATH. + If you got spreed-webrtc from the git repository, you will first need + to run the included `autogen.sh` script to generate the `configure` + script. + ```bash + $ ./configure $ make ```