Skip to content

Commit 44f987c

Browse files
dgarskedanielinux
authored andcommitted
Add note about git submodules when cloning from GitHub and trying to build. Thank you #554.
1 parent 6a661d7 commit 44f987c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,16 @@ For more detailed information about firmware update implementation, see [Firmwar
9494

9595
## Building
9696

97+
### Git Submodules (GitHub clone only)
98+
99+
If you cloned wolfBoot from GitHub (rather than using a release package), you'll need to initialize and update the git submodules first:
100+
101+
```
102+
git submodule update --init
103+
```
104+
105+
This step is required to pull in the necessary dependencies before building.
106+
97107
### Makefile
98108

99109
To build using the Makefile, create a `.config` file with your build specifications in the wolfBoot root directory. You can find a

0 commit comments

Comments
 (0)