X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=e5c55603707ef3e12488c63948410beba411ba5d;hb=335eeec7aaf944d66cac87b5bb3f64f8fc7e385e;hp=d04e247e49e11218059ae0067a2dc2a8167e951c;hpb=0608d9d3e98a9ed7a08df21401907b4e3a5e0f67;p=src%2Fapp-framework-binder.git diff --git a/README.md b/README.md index d04e247e..e5c55603 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,23 @@ 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"); + + 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 pkg-config cmake To build from the root directory, please type: