File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,8 @@ Visual Studio 2017 or newer is needed to build swift on Windows.
22
22
1 . Clone ` apple/swift-lldb ` into a folder named ` lldb `
23
23
1 . Clone ` apple/swift-llbuild ` into a folder named ` llbuild `
24
24
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 `
27
25
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.
30
27
31
28
This guide assumes your sources live at the root of ` S: ` . If your sources live elsewhere, you can create a substitution for this:
32
29
@@ -47,8 +44,6 @@ git clone https://github.com/apple/swift-corelibs-xctest
47
44
git clone https://github.com/apple/swift-lldb lldb
48
45
git clone https://github.com/apple/swift-llbuild llbuild
49
46
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
52
47
```
53
48
54
49
## 3. Acquire ICU, SQLite3, curl, libxml2
You can’t perform that action at this time.
0 commit comments