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
Copy file name to clipboardExpand all lines: Sources/swift-container-plugin/Documentation.docc/requirements.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ Install an open source Swift toolchain and a compatible Swift SDK to build Linux
9
9
* The Swift Static Linux SDK requires the [open source Swift toolchain](https://www.swift.org/install/macos/) to be installed.
10
10
* A container runtime is not required to build an image, but you will need one wherever you want to run the image.
11
11
12
-
### Install the open source Swift toolchain
12
+
### Install an open source Swift toolchain
13
13
14
14
Follow the instructions at [https://www.swift.org/install/macos/](https://www.swift.org/install/macos/) to install the open source Swift toolchain. The easiest way to do this is to use the [Swiftly swift toolchain installer](https://www.swift.org/install/macos/swiftly/).
15
15
16
-
### Install a Swift SDK for cross-compilation
16
+
### Install a Swift SDK for cross-compilation which matches the open source toolchain
17
17
18
18
If you are running on macOS, you can use a [Swift SDK](https://github.com/apple/swift-evolution/blob/main/proposals/0387-cross-compilation-destinations.md) to cross-compile your server executable for Linux. Either:
0 commit comments