Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading