X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=7eaed62aa8e235281ab22ba72c022a1a2c1fc86f;hb=1250a56369315c017abfe429c556b863730b9b44;hp=d252ec356f9fcaa22c6043775d531ec4fe295f51;hpb=994ab8284565c4d3cd1c2e483c408ba63c124a3a;p=src%2Fapp-framework-binder.git diff --git a/README.md b/README.md index d252ec35..7eaed62a 100644 --- a/README.md +++ b/README.md @@ -10,23 +10,36 @@ 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"); + + * 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. + + * pkg-config; + * 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: -$ mkdir build; cd build -& cmake .. -& make; make install + +$ mkdir build; cd build
+$ cmake ..
+$ make; make install
### Start -afb-daemon --help +$ afb-daemon --help ### Example -afb-daemon --verbose --rootdir=/home/fulup/.AFB --alias=icons:/usr/share/icons +$ afb-daemon --verbose --rootdir=/home/fulup/.AFB --alias=icons:/usr/share/icons ### Directory & Path Default behaviour is to locate ROOTDIR in $HOME/.AFB