X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=c54c0f1e631186794426b65ef9849244364de100;hb=97cfff753ccb7e5739ebe53e43a5af29dc0f6577;hp=e5c55603707ef3e12488c63948410beba411ba5d;hpb=335eeec7aaf944d66cac87b5bb3f64f8fc7e385e;p=src%2Fapp-framework-binder.git diff --git a/README.md b/README.md index e5c55603..c54c0f1e 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,22 @@ 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"); + * dbus ("libdbus-1-dev/dbus-1-devel"); optionally, for plugins : + * alsa ("libasound2-dev/alsa-devel"); * rtl-sdr >= 0.5.0 (fetch and build from "git://git.osmocom.org/rtl-sdr"); and the following tools: * pkg-config; - * cmake >= 2.8. + * cmake >= 2.8.8. 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: