X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=7eaed62aa8e235281ab22ba72c022a1a2c1fc86f;hb=71f29a4ccfadb0eeed83479e61287252f9804fa7;hp=d04e247e49e11218059ae0067a2dc2a8167e951c;hpb=3dbf7f5d2a2815429ec8db27f1fc0967cd6f2492;p=src%2Fapp-framework-binder.git diff --git a/README.md b/README.md index d04e247e..7eaed62a 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,24 @@ industry requirementsas the primary target for this code is AGL. ### Building Building Application Framework Binder requires the following libraries: + * 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 : + + * 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. + +To install all dependencies under OpenSUSE (except rtl-sdr), please type: + +$ zypper in file-devel libmicrohttpd-devel libjson-c-devel libuuid-devel pkg-config cmake To build from the root directory, please type: