aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorfulup <fulup.arfoll@iot.bzh>2017-04-01 12:33:07 +0200
committerfulup <fulup.arfoll@iot.bzh>2017-04-01 12:33:07 +0200
commit96af1f5703eefd3ee172a93c75f60b1574f152a7 (patch)
tree4d7d41f9ab7e4b4d98337e9ddcfa19d7f66d4744 /README.md
parent86fb6219e8142781f629d72b4c5f74592e27af82 (diff)
Fixed GetAllCtls and README for Ubuntu
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
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