X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=d252ec356f9fcaa22c6043775d531ec4fe295f51;hb=994ab8284565c4d3cd1c2e483c408ba63c124a3a;hp=7eb5434e7682e33c746d756eb82eec95ee63afcc;hpb=4db4634b28378379bce04f4073c2a511b92b1ee6;p=src%2Fapp-framework-binder.git diff --git a/README.md b/README.md index 7eb5434e..d252ec35 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,20 @@ Final goal is keep the engine public while allowing people to load non open-sour libraries especially libmicrohttpd & libjson. Finally what ever Licence is chosen it should be compatible with dependencies and automotive 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"); + and the following tools: +- pkg-config; +- CMake >= 2.8. + + To build from the root directory, please type: +$ mkdir build; cd build +& cmake .. +& make; make install + ### Start afb-daemon --help