aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-06-05 19:39:17 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-06-05 19:39:26 +0200
commit753c0546f57c8efd54d74eb67b073a77adbee282 (patch)
tree1b751de0f2acf1c9b05afbefd53c1474e6b5ad48
parent13b637356a92d68e5dfed6990443e6937f1ed9c6 (diff)
Adding submodule instructions to build the binding
Change-Id: Id2a76ac6f399caeb416797b2c0130fbf4200fe25 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index c007d2e..4bda3fd 100644
--- a/README.md
+++ b/README.md
@@ -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: