diff options
author | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2015-12-10 17:32:17 +0100 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2015-12-11 09:32:42 +0100 |
commit | 335eeec7aaf944d66cac87b5bb3f64f8fc7e385e (patch) | |
tree | b73eaf3e76cd3075421cc1f129b201ea25cea664 /README.md | |
parent | 0608d9d3e98a9ed7a08df21401907b4e3a5e0f67 (diff) |
Add Radio API plugin
Add Radio API plugin source code, build with CMake.
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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: |