diff options
author | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2016-01-11 02:52:38 +0100 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2016-01-11 02:52:38 +0100 |
commit | 937dce0512ae998a2416e44601ccb519a7166cdb (patch) | |
tree | f62c6befde927fe8ca1d1aefb3e7ab80914d4dd9 /README.md | |
parent | f16675ed24fd331903b8d6ef5d8ac07f6acbd6b0 (diff) |
Update README.md (PulseAudio optional dependency)
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |