mirror of
https://github.com/system76/firmware-open.git
synced 2025-07-02 12:31:13 +00:00
docs: Add note about checking out submodules
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
parent
01b624ae64
commit
4fc740e789
1 changed files with 7 additions and 1 deletions
|
@ -1,12 +1,18 @@
|
|||
# Building
|
||||
|
||||
After cloning the repo, ensure all submodules are cloned.
|
||||
|
||||
```
|
||||
git submodule update --init --checkout --recursive
|
||||
```
|
||||
|
||||
Dependencies can be installed with the provided scripts.
|
||||
|
||||
```
|
||||
./scripts/install-deps.sh
|
||||
./scripts/install-rust.sh
|
||||
./scripts/coreboot-sdk.sh
|
||||
pushd ec; ./scripts/deps.sh; popd
|
||||
./ec/scripts/deps.sh
|
||||
```
|
||||
|
||||
If rustup was installed for the first time, it will be required to source the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue