You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: improve instructions for building with local containerization
If they're just pulling containerization, suggest following build env setup
directions from containerization repo so they get a cross-platform SDK setup.
Copy file name to clipboardExpand all lines: BUILDING.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,9 @@ make protos
31
31
32
32
To make changes to `container` that require changes to the Containerization project, or vice versa:
33
33
34
-
1. Clone the [Containerization](https://github.com/apple/containerization) repository such that it sits next to your clone of the `container` repository.
34
+
1. Clone the [Containerization](https://github.com/apple/containerization) repository such that it sits next to your clone
35
+
of the `container` repository. Ensure that you [follow containerization instructions](https://github.com/apple/containerization/blob/main/README.md#prepare-to-build-package)
36
+
to prepare your build environment.
35
37
36
38
2. In your development shell, go to the `container` project directory.
0 commit comments