diff options
author | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2015-12-10 10:13:07 +0100 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2015-12-10 10:13:07 +0100 |
commit | 994ab8284565c4d3cd1c2e483c408ba63c124a3a (patch) | |
tree | c542188558def820240ddccda7b18746794217dc | |
parent | 4db4634b28378379bce04f4073c2a511b92b1ee6 (diff) |
README.md: add CMake build instruction
List requirements, give build commands workflow.
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |