From 6141f037d34f31baf61f5a53108c8a6966d72195 Mon Sep 17 00:00:00 2001 From: BamaHodl Date: Mon, 4 Dec 2023 11:39:38 -0600 Subject: [PATCH] remind users to init and update submodules before attempting to build --- docs/building.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/building.md b/docs/building.md index c2f13d7..14c3bfd 100644 --- a/docs/building.md +++ b/docs/building.md @@ -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: @@ -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: