diff options
author | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2015-12-22 17:01:59 +0100 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2015-12-22 17:01:59 +0100 |
commit | 17ab342ea54c080a9fcf5f5a9b139e22de3e00dd (patch) | |
tree | 405a895377da7bc5f221c2b2f6efa4910ce2532c /README.md | |
parent | 02492357cce066201a11993255120119c2703af1 (diff) |
Centralize dependencies, add D-Bus dep. to README.md
README.md now mentions D-Bus.
Checking dbus presence is now done at the same place as
json-c, libmicrohttpdd...
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ industry requirementsas the primary target for this code is AGL. * libmicrohttpd ("libmicrohttpd-dev/devel"); * json-c ("libjson-c-dev/devel"); * uuid ("uuid-dev/libuuid-devel"); + * dbus ("libdbus-1-dev/dbus-1-devel"); optionally, for plugins : |