mirror of https://github.com/wolfSSL/wolfBoot.git
Add note about git submodules when cloning from GitHub and trying to build. Thank you #554.
parent
6a661d77bf
commit
44f987ccce
10
README.md
10
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue