Skip to content

Commit

Permalink
Merge pull request #66 from BamaHodl/main
Browse files Browse the repository at this point in the history
remind users to init and update submodules before attempting to build…
  • Loading branch information
newtonick committed Feb 12, 2024
2 parents 5d0787e + 6141f03 commit 83e8cac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ git clone --recursive https://github.com/SeedSigner/seedsigner-os.git

# Move into the repo directory
cd seedsigner-os

# initialize and update submodules (buildroot)
git submodule init && git submodule update
```

Force Docker to build on a container meant to run on amd64 in order to get an identical result, even if your actual cpu is different:
Expand Down Expand Up @@ -68,6 +71,9 @@ git clone --recursive https://github.com/SeedSigner/seedsigner-os.git

# Move into the repo directory
cd seedsigner-os

# initialize and update submodules (buildroot)
git submodule init && git submodule update
```

Force Docker to build on a container meant to run on amd64 in order to get an identical result, even if your actual cpu is different:
Expand Down

0 comments on commit 83e8cac

Please sign in to comment.