diff options
author | Richard Hughes <richard@hughsie.com> | 2020-09-24 15:59:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-24 08:59:13 -0600 |
commit | 038fef47787312dc7c043d754aad62f08db55b6c (patch) | |
tree | 7af4195b0bcb15a2b719bb3c4b37c01bb9f9d539 | |
parent | f233b78cd99077646845b92b5193869044581d5c (diff) | |
download | bcm5719-ortega-038fef47787312dc7c043d754aad62f08db55b6c.tar.gz bcm5719-ortega-038fef47787312dc7c043d754aad62f08db55b6c.zip |
Add submodule setup instructions (#111)
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |