Skip to content

Update WindowsBuild.md #27858

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions docs/WindowsBuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ Visual Studio 2017 or newer is needed to build swift on Windows.
1. Clone `apple/swift-lldb` into a folder named `lldb`
1. Clone `apple/swift-llbuild` into a folder named `llbuild`
1. Clone `apple/swift-package-manager` info a folder named `swift-package-manager`
1. Clone `curl` into a folder named `curl`
1. Clone `libxml2` into a folder named `libxml2`

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

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

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

## 3. Acquire ICU, SQLite3, curl, libxml2
Expand Down