From 6a5da7a445442958a590909fc8ecfc8deb663643 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 11 Aug 2014 18:30:41 +0200 Subject: [PATCH] manual: Add libopus-dev to package list for the impatient. Although the opus libraries are not included in the two distributions on which the paraslash code is build and tested regularly (Ubuntu 10.04 and 12.04), it is available on the newer 14.04 (Trusty) version. Most people probably run 14.04 by now, so let's include it in the manual. --- web/manual.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/manual.m4 b/web/manual.m4 index 1f1c7f2a..73eafbb4 100644 --- a/web/manual.m4 +++ b/web/manual.m4 @@ -209,7 +209,8 @@ For the impatient: sudo apt-get install autoconf libssl-dev help2man gengetopt \ libmad0-dev libid3tag0-dev libasound2-dev libvorbis-dev \ libfaad-dev libspeex-dev libFLAC-dev libsamplerate-dev \ - libasound2-dev libao-dev libreadline-dev libncurses-dev + libasound2-dev libao-dev libreadline-dev libncurses-dev \ + libopus-dev Detailed description: In any case you'll need -- 2.39.2