From 07787f9186b993a0662c479aeda846b8ee561066 Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Wed, 7 Jan 2015 11:17:35 -0800 Subject: [PATCH] Update README with Opus dev header reminder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec908e3..9efc729 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Installation for v2 of MumbleDJ is much easier than it was before, due to the re **SETUP GUIDE** **1)** Install and correctly configure [`Go`](https://golang.org/) (1.3 or higher). Specifically, make sure to follow [this guide](https://golang.org/doc/code.html) and set the `GOPATH` environment variable properly. -**2)** Install [`ffmpeg`](https://www.ffmpeg.org/) and [`mercurial`](http://mercurial.selenic.com/) if they are not already installed on your system. +**2)** Install [`ffmpeg`](https://www.ffmpeg.org/) and [`mercurial`](http://mercurial.selenic.com/) if they are not already installed on your system. Also be sure that you have [`opus`](http://www.opus-codec.org/) and its development headers installed on your system. **3)** Install [`youtube-dl`](https://github.com/rg3/youtube-dl#installation).