From e82be065a135dd946a9b0f50514735c3526ad994 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 4 May 2013 17:14:42 +0200 Subject: [PATCH] manual: Add a new paragraph for installing dependencies. This allows to install all required and optional packages with a single command. --- web/manual.m4 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/web/manual.m4 b/web/manual.m4 index 22abf76f..43d5f28a 100644 --- a/web/manual.m4 +++ b/web/manual.m4 @@ -202,8 +202,16 @@ REFERENCE(Quick start, set up) a typical server and client. Requirements ~~~~~~~~~~~~ +For the impatient: -In any case you'll need + git clone git://git.tuebingen.mpg.de/osl + cd osl && make && sudo make install && sudo ldconfig + 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 + +Detailed description: In any case you'll need - XREFERENCE(http://systemlinux.org/~maan/osl/, libosl). The _object storage layer_ library is used by para_server. To -- 2.39.2