From 96af1f5703eefd3ee172a93c75f60b1574f152a7 Mon Sep 17 00:00:00 2001 From: fulup Date: Sat, 1 Apr 2017 12:33:07 +0200 Subject: Fixed GetAllCtls and README for Ubuntu --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7de6f53..44b8ec2 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,28 @@ ------------------------------------------------------------------------ AGL-AudioBindings expose ALSA, Pulse & Most APIs through AGL framework ------------------------------------------------------------------------ - +http://www.linuxjournal.com/node/6735/print +http://equalarea.com/paul/alsa-audio.html +http://mpd.wikia.com/wiki/Alsa +http://alsa.opensrc.org/How_to_use_softvol_to_control_the_master_volume AFB_daemon dependency on Standard Linux Distributions ------------------------------------------------------- # handle dependencies > (OpenSuse-42.2, Fedora-25, Ubuntu 16.04.2LTS) gcc > 4.8 systemd-devel (libsystemd-dev>=222) - libopenssl-devel uuid-devel - file-devel (libmagic-dev) + file-devel(OpenSuSe) or libmagic-dev(Ubuntu) libjson-c-devel alsa-devel ElectricFence (BUG should not be mandatory) + libopenssl-devel libgcrypt-devel libgnutls-devel (optional but requested by libmicrohttpd for https) OpenSuse >=42.2 - zypper in gcc5 gdb gcc5-c++ cmake ElectricFence systemd-devel libopenssl-devel uuid-devel file-devel alsa-devel + zypper in gcc5 gdb gcc5-c++ cmake ElectricFence systemd-devel libopenssl-devel uuid-devel alsa-devel libgcrypt-devel libgnutls-devel libjson-c-devel file-devel + Ubuntu >= 16.4 + apt-get install cmake electric-fence libsystemd-dev libssl-dev uuid-dev libasound2-dev libgcrypt20-dev libgnutls-dev libgnutls-dev libjson-c-dev libmagic-dev libmicrohttpd with AGL patches http://iot.bzh/download/public/2016/appfw/libmicrohttpd-0.9.49-agl.tgz afb-daemon from AGL Gerrit git clone https://gerrit.automotivelinux.org/gerrit/src/app-framework-binder -- cgit 1.2.3-korg