From: Manuel Bachmann Date: Mon, 11 Jan 2016 01:52:38 +0000 (+0100) Subject: Update README.md (PulseAudio optional dependency) X-Git-Tag: blowfish_2.0.1~302 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=commitdiff_plain;h=937dce0512ae998a2416e44601ccb519a7166cdb Update README.md (PulseAudio optional dependency) Signed-off-by: Manuel Bachmann --- diff --git a/README.md b/README.md index 4d2f8b05..5ba5ceb8 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Building Application Framework Binder requires the following libraries: optionally, for plugins : * alsa ("libasound2-dev/alsa-devel"); + * pulseaudio ("libpulse-dev/libpulse-devel"); * rtl-sdr >= 0.5.0 (fetch and build from "git://git.osmocom.org/rtl-sdr"); and the following tools: @@ -26,7 +27,7 @@ and the following tools: To install all dependencies under OpenSUSE (excepting rtl-sdr), please type: ``` -$ zypper in file-devel libmicrohttpd-devel libjson-c-devel libuuid-devel dbus-1-devel pkg-config cmake +$ zypper in file-devel libmicrohttpd-devel libjson-c-devel libuuid-devel dbus-1-devel alsa-devel libpulse-devel pkg-config cmake ``` To build, move to the root directory and type: