From 1d6f5f09c6bd002b152738c295a9d37c20190230 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 4 May 2013 17:07:56 +0200 Subject: [PATCH] manual: Add missing references of two optional packages. The curses lib and libsamplerate are both optional but were not mentioned in the "Requirements" section. This patch adds both. --- web/manual.m4 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/manual.m4 b/web/manual.m4 index 3ebeb6b0..22abf76f 100644 --- a/web/manual.m4 +++ b/web/manual.m4 @@ -267,6 +267,10 @@ Optional: or decode files encoded with the _Free Lossless Audio Codec_, libFLAC (libFLAC-dev) must be installed. + - XREFERENCE(http://www.mega-nerd.com/SRC/index.html, + libsamplerate). The resample filter will only be compiled if + this library is installed. Debian package: libsamplerate-dev. + - XREFERENCE(ftp://ftp.alsa-project.org/pub/lib/, alsa-lib). On Linux, you'll need to have ALSA's development package libasound2-dev installed. @@ -275,6 +279,9 @@ Optional: libao). Needed to build the ao writer (ESD, PulseAudio,...). Debian package: libao-dev. + - XREFERENCE(ftp://ftp.gnu.org/pub/gnu/ncurses, curses). Needed + for para_gui. Debian package: libncurses-dev. + - XREFERENCE(http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html, GNU Readline). If this library (libreadline-dev) is installed, para_client, para_audioc and para_play support interactive -- 2.30.2