From 1ef655eb96dbe83bafaec3ec9b63be148eab9489 Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Sun, 8 Jun 2025 22:33:55 -0700 Subject: [PATCH] docs: improve instructions for building with local containerization (#43) If they're just pulling containerization, suggest following build env setup directions from containerization repo so they get a cross-platform SDK setup. --- BUILDING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index bc03f57c..bf747079 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -31,7 +31,9 @@ make protos To make changes to `container` that require changes to the Containerization project, or vice versa: -1. Clone the [Containerization](https://github.com/apple/containerization) repository such that it sits next to your clone of the `container` repository. +1. Clone the [Containerization](https://github.com/apple/containerization) repository such that it sits next to your clone +of the `container` repository. Ensure that you [follow containerization instructions](https://github.com/apple/containerization/blob/main/README.md#prepare-to-build-package) +to prepare your build environment. 2. In your development shell, go to the `container` project directory.