diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-14 15:19:12 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-14 15:19:12 +0100 |
commit | 2a66b8d8b0f36d0c6ec8ee6d9739d6e4945a1e70 (patch) | |
tree | 303fac39fea51df63bddb732039aacd384d7de2c /README.md | |
parent | be74f5a7f312aea060aa7bd5459b6bd3711f0a87 (diff) | |
parent | e2dc9bcbd7f8d225a134a4a3729c0ebc1c60f49c (diff) |
Merge branch 'master' of git:iotbzh/afb-daemon
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,6 +14,7 @@ industry requirementsas the primary target for this code is AGL. * libmagic ("libmagic-dev" under Debian/Ubuntu, "file-devel" under OpenSUSE); * libmicrohttpd ("libmicrohttpd-dev/devel"); * json-c ("libjson-c-dev/devel"); + * uuid ("uuid-dev/libuuid-devel"); optionally, for plugins : @@ -26,7 +27,7 @@ industry requirementsas the primary target for this code is AGL. To install all dependencies under OpenSUSE (except rtl-sdr), please type: -$ zypper in file-devel libmicrohttpd-devel libjson-c-devel pkg-config cmake +$ zypper in file-devel libmicrohttpd-devel libjson-c-devel libuuid-devel pkg-config cmake To build from the root directory, please type: |