diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-05 19:42:44 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-05 19:42:44 +0200 |
commit | 96c638490f1e8a871c3072ae3dfab2b1e7a02b7f (patch) | |
tree | 34c1f72cd900030347133c210cbe7a07c67bacda | |
parent | e29621b5f67d6bfcca3f27412f328e677b5b1049 (diff) |
Adding a Warning about submodule
Change-Id: I121588fc242cb6d923fadf76a9b2b280f2103dcd
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ cd build cmake .. make ``` + +> ! WARNING don't forget to initialize submodule needed to build the project. + # launching natively under linux you can launch afb-daemon with the low-level and high-level bindings with a command like: |