From 8c337984bde9a5e005212d34c4916752c724dc61 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Mon, 21 Aug 2017 18:08:19 +0200 Subject: Documentation and LUA for Ubuntu --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e9ad55f..16c15ec 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,13 @@ git pull --recurse-submodules https://github.com/iotbzh/audio-bindings * alsa-devel >= 1.1.2 Warning some distro like Fedora-25 still ship version 1.1.1 as default * lua >= 5.3 Most distribution only ship version 5.2 but binary package should be easy to find +On Ubuntu 16.4 you should recompile AlsaLib from source ftp://ftp.alsa-project.org/pub/lib/ +as today latest stable is 1.1.4. + +``` + +``` + ``` OpenSuse @@ -35,8 +42,24 @@ git pull --recurse-submodules https://github.com/iotbzh/audio-bindings - Alsa-devel zypper --install alsa-devel # 42.3 is shipped default with 1.1.4 Fedora 26 (out of the box) - - Lua 5.3 + - Lua 5.3 - Alsa-devel 1.1.4 + + Ubuntu-16.4 + - LUA-5.3 is avaliable in binary through apt-get + - Alsa should be recompiled from source + + wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.1.4.1.tar.bz2 + tar -xjf alsa-lib-1.1.4.1.tar.bz2 + cd alsa-lib-1.1.4.1 + ./configure --prefix=/opt + + Ubuntu-17.04 (out of the box) + - Alsa 1.1.4 + - Lua 5.3 + + #WARNING: do not forget to upgrade your PKG_CONFIG_PATH=/opt/lib/pkgconfig or whatever is the place where + your installed alsa/lua. ``` -- cgit 1.2.3-korg