Add note about git submodules when cloning from GitHub and trying to build. Thank you #554.

pull/558/head
David Garske 2025-02-25 12:47:44 -08:00 committed by Daniele Lacamera
parent 6a661d77bf
commit 44f987ccce
1 changed files with 10 additions and 0 deletions

View File

@ -94,6 +94,16 @@ For more detailed information about firmware update implementation, see [Firmwar
## Building
### Git Submodules (GitHub clone only)
If you cloned wolfBoot from GitHub (rather than using a release package), you'll need to initialize and update the git submodules first:
```
git submodule update --init
```
This step is required to pull in the necessary dependencies before building.
### Makefile
To build using the Makefile, create a `.config` file with your build specifications in the wolfBoot root directory. You can find a