From 038fef47787312dc7c043d754aad62f08db55b6c Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 24 Sep 2020 15:59:13 +0100 Subject: Add submodule setup instructions (#111) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 21ff3e1..c49ca5c 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ The current version of the code is functional and is able to handle network traf ## Compiling To compile the firmware, the following command sequence can be used: ```bash +git submodule init +git submodule update mkdir build cd build cmake .. -G Ninja -- cgit v1.2.1