diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-18 12:43:09 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-18 12:43:09 +0200 |
commit | a39532c4d86e4b31c3ddb2e9b132ca87865d7b58 (patch) | |
tree | d96fe056bfa1f6789dace7998dac61adb60dc3b0 /README.md | |
parent | 3648e16e17a908e7f08bde789fefe3abc6981544 (diff) |
CMake minimal version set to 3.5
Change-Id: Ic0cc88d4b423deb3ba187b59f3e0caad0711fd4d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -25,19 +25,16 @@ git pull --recurse-submodules https://github.com/iotbzh/audio-bindings # Specific Dependencies - * cmake >= 3.6 * 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 ``` OpenSuse - - cmake 3.6 Take the Tumbleweed version https://software.opensuse.org/ymp/openSUSE:Factory/standard/cmake.ymp?base=openSUSE%3AFactory&query=cmake - LUA-5.3-devel https://software.opensuse.org//download.html?project=devel%3Alanguages%3Alua&package=lua53 - Alsa-devel zypper --install alsa-devel # 42.3 is shipped default with 1.1.4 Fedora 26 (out of the box) - - cmake 3.6 - Lua 5.3 - Alsa-devel 1.1.4 ``` |