diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-05 19:39:17 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-05 19:39:26 +0200 |
commit | 753c0546f57c8efd54d74eb67b073a77adbee282 (patch) | |
tree | 1b751de0f2acf1c9b05afbefd53c1474e6b5ad48 | |
parent | 13b637356a92d68e5dfed6990443e6937f1ed9c6 (diff) |
Adding submodule instructions to build the binding
Change-Id: Id2a76ac6f399caeb416797b2c0130fbf4200fe25
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -7,7 +7,12 @@ implements subscribe/unsubscribe/get verbs for the clients. # build ```bash -mkdir build;cd build; cmake ..; make +git submodule init +git submodule update +mkdir build +cd build +cmake .. +make ``` # launching natively under linux you can launch afb-daemon with the low-level and high-level bindings with a command like: |