diff options
author | fulup <fulup@fulup-desktop.follijen.localdomain> | 2017-06-25 21:16:43 +0200 |
---|---|---|
committer | fulup <fulup@fulup-desktop.follijen.localdomain> | 2017-06-25 21:16:43 +0200 |
commit | dbbef07d5d5e7c4d1c3eac2d6d1fd5f4f46268ce (patch) | |
tree | 2bc2f6a7fdc5b06a494d1919f74349812a515038 /README.md | |
parent | 1249980baf09368727734ed6d647852fa8ffdfa0 (diff) |
Moved to AGL standard cmake templates
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |