File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ git clone https://github.com/apple/swift-corelibs-libdispatch toolchain/swift-co
32
32
git clone https://github.com/apple/swift-corelibs-foundation toolchain/swift-corelibs-foundation
33
33
git clone https://github.com/apple/swift-corelibs-xctest toolchain/swift-corelibs-xctest
34
34
git clone https://github.com/apple/swift-llbuild toolchain/llbuild
35
- git clone -c core.autocrlf=input https://github.com/apple/swift-package-manager toolchain/swift-package-manager
35
+ git clone https://github.com/apple/swift-tools-support-core toolchain/swift-tools-support-core
36
+ git clone -c core.autocrlf=input https://github.com/apple/swift-package-manager toolchain/swiftpm
36
37
git clone https://github.com/compnerd/windows-swift windows-swift
37
38
```
38
39
@@ -155,17 +156,15 @@ path S:\b\llbuild\bin;%PATH%
155
156
## Build swift-tools-core-support
156
157
157
158
``` cmd
158
- md S:\b\tsc
159
159
cmake -B S:\b\tsc -G Ninja -S S:\toolchain\swift-tools-support-core -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_C_COMPILER=cl -DCMAKE_Swift_COMPILER=S:/b/toolchain/bin/swiftc.exe -DFoundation_DIR=S:/b/foundation/cmake/modules -Ddispatch_DIR=S:/b/libdispatch/cmake/modules
160
160
ninja -C S:\b\tsc
161
161
```
162
162
163
163
## Build swift-package-manager
164
164
165
165
``` cmd
166
- md S:\b\spm
167
- cd S:\b\spm
168
- C:\Python27\python.exe S:\swift-package-manager\Utilities\bootstrap --foundation S:\b\foundation --libdispatch-build-dir S:\b\libdispatch --libdispatch-source-dir S:\swift-corelibs-libdispatch --llbuild-build-dir S:\b\llbuild --llbuild-source-dir S:\llbuild --sqlite-build-dir S:\b\sqlite --sqlite-source-dir S:\sqlite-amalgamation-3270200
166
+ cmake -B S:\b\spm -G Ninja -S S:\toolchain\swiftpm -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_C_COMPILER=S:/b/toolchain/bin/clang-cl.exe -DCMAKE_CXX_COMPILER=S:/b/toolchain/bin/clang-cl.exe -DCMAKE_Swift_COMPILER=S:/b/toolchain/bin/swiftc.exe -DUSE_VENDORED_TSC=YES -DFoundation_DIR=S:/b/foundation/cmake/modules -Ddispatch_DIR=S:/b/libdispatch/cmake/modules -DLLBuild_DIR=S:/b/llbuild/cmake/modules
167
+ ninja -C S:\b\spm
169
168
```
170
169
171
170
## Install the Swift toolchain on Windows
You can’t perform that action at this time.
0 commit comments