X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=0cfc8da33163f8322d6b6da60f94f11ec937a98e;hb=fcef933b69ccc363ad10d9f7308f02c5dc474ff6;hp=4d2f8b0582c98c5df1d695128c4bbb3966ee0436;hpb=14c6ab749e9ccfdde8d191c10e2d0426da53df1f;p=src%2Fapp-framework-binder.git diff --git a/README.md b/README.md index 4d2f8b05..0cfc8da3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ 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"); + * GUPnP ("libglib2.0-dev libgupnp-av-1.0-dev/glib2-devel libgupnp-av-devel"); and the following tools: * pkg-config; @@ -26,7 +28,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 glib2-devel libgupnp-av-devel pkg-config cmake ``` To build, move to the root directory and type: