Skip to content

Commit a97ac3a

Browse files
Rename windows-swift to swift-build
1 parent 172c047 commit a97ac3a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/WindowsBuild.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following [link](https://docs.microsoft.com/visualstudio/install/workload-co
1919

2020
1. Clone `apple/llvm-project` into a directory for the toolchain
2121
2. Clone `apple/swift-cmark`, `apple/swift`, `apple/swift-corelibs-libdispatch`, `apple/swift-corelibs-foundation`, `apple/swift-corelibs-xctest`, `apple/swift-llbuild`, `apple/swift-package-manager` into the toolchain directory
22-
3. Clone `compnerd/windows-swift` as a peer of the toolchain directory
22+
3. Clone `compnerd/swift-build` as a peer of the toolchain directory
2323

2424
- Currently, other repositories in the Swift project have not been tested and may not be supported.
2525

@@ -40,12 +40,12 @@ git clone https://github.com/apple/swift-corelibs-xctest toolchain/swift-corelib
4040
git clone https://github.com/apple/swift-llbuild toolchain/llbuild
4141
git clone https://github.com/apple/swift-tools-support-core toolchain/swift-tools-support-core
4242
git clone -c core.autocrlf=input https://github.com/apple/swift-package-manager toolchain/swiftpm
43-
git clone https://github.com/compnerd/windows-swift windows-swift
43+
git clone https://github.com/compnerd/swift-build swift-build
4444
```
4545

4646
## Acquire ICU, SQLite3, curl, libxml2 and zlib
4747

48-
Go to [compnerd's windows-swift azure page](https://dev.azure.com/compnerd/swift-build/_build) and open [Pipelines](https://dev.azure.com/compnerd/swift-build/_build) where you'll see bots (hopefully green) for:
48+
Go to [compnerd's swift-build azure page](https://dev.azure.com/compnerd/swift-build/_build) and open [Pipelines](https://dev.azure.com/compnerd/swift-build/_build) where you'll see bots (hopefully green) for:
4949

5050
- [ICU](https://dev.azure.com/compnerd/swift-build/_build?definitionId=9)
5151
- [SQLite](https://dev.azure.com/compnerd/swift-build/_build?definitionId=12&_a=summary)
@@ -93,8 +93,8 @@ Warning: Creating the above links usually requires administrator privileges. The
9393
```cmd
9494
md "S:\b\toolchain"
9595
cmake -B "S:\b\toolchain" -G Ninja -S S:\toolchain\llvm ^
96-
-C S:\windows-swift\cmake\caches\Windows-x86_64.cmake ^
97-
-C S:\windows-swift\cmake\caches\org.compnerd.dt.cmake ^
96+
-C S:\swift-build\cmake\caches\windows-x86_64.cmake ^
97+
-C S:\swift-build\cmake\caches\org.compnerd.dt.cmake ^
9898
-DLLVM_ENABLE_ASSERTIONS=YES ^
9999
-DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;cmark;swift;lldb;lld" ^
100100
-DLLVM_EXTERNAL_PROJECTS="cmark;swift" ^

0 commit comments

Comments
 (0)