aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorfulup <fulup@fulup-desktop.follijen.localdomain>2017-06-25 21:16:43 +0200
committerfulup <fulup@fulup-desktop.follijen.localdomain>2017-06-25 21:16:43 +0200
commitdbbef07d5d5e7c4d1c3eac2d6d1fd5f4f46268ce (patch)
tree2bc2f6a7fdc5b06a494d1919f74349812a515038 /README.md
parent1249980baf09368727734ed6d647852fa8ffdfa0 (diff)
Moved to AGL standard cmake templates
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7e210e8..a694859 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,12 @@ 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
+Cloning Audio-Binding from Git
+-------------------------------
+ git clone https://github.com/iotbzh/audio-bindings
+ cd audio-bindings
+ git submodule update --recursive --init
+
AFB_daemon dependency on Standard Linux Distributions
-------------------------------------------------------
# handle dependencies > (OpenSuse-42.2, Fedora-25, Ubuntu 16.04.2LTS)
@@ -43,7 +49,7 @@ AFB_daemon dependency on Standard Linux Distributions
# install AGL pached version of LibMicroHttpd
wget https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.54.tar.gz
- tar -xzf libmicrohttpd-0.9.54.tgz
+ tar -xzf libmicrohttpd-0.9.54.tar.gz
cd libmicrohttpd-0.9.54
./configure --prefix=$INSTALL_PREFIX
make