Skip to content

Commit 60ae0ea

Browse files
authored
Merge pull request #27858 from apple/compnerd-prebuilts
Update WindowsBuild.md
2 parents 35518d7 + 7ca58ac commit 60ae0ea

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/WindowsBuild.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,8 @@ Visual Studio 2017 or newer is needed to build swift on Windows.
2222
1. Clone `apple/swift-lldb` into a folder named `lldb`
2323
1. Clone `apple/swift-llbuild` into a folder named `llbuild`
2424
1. Clone `apple/swift-package-manager` info a folder named `swift-package-manager`
25-
1. Clone `curl` into a folder named `curl`
26-
1. Clone `libxml2` into a folder named `libxml2`
2725

28-
- Currently, other repositories in the Swift project have not been tested and
29-
may not be supported.
26+
- Currently, other repositories in the Swift project have not been tested and may not be supported.
3027

3128
This guide assumes your sources live at the root of `S:`. If your sources live elsewhere, you can create a substitution for this:
3229

@@ -47,8 +44,6 @@ git clone https://github.com/apple/swift-corelibs-xctest
4744
git clone https://github.com/apple/swift-lldb lldb
4845
git clone https://github.com/apple/swift-llbuild llbuild
4946
git clone -c core.autocrlf=input https://github.com/apple/swift-package-manager
50-
git clone https://github.com/curl/curl.git
51-
git clone https://gitlab.gnome.org/GNOME/libxml2.git
5247
```
5348

5449
## 3. Acquire ICU, SQLite3, curl, libxml2

0 commit comments

Comments
 (0)