You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/WindowsBuild.md
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Visual Studio 2017 or newer is needed to build swift on Windows.
4
4
5
5
## 1. Install dependencies
6
-
1. Latest version of [Visual Studio](https://www.visualstudio.com/downloads/)
6
+
- Install the latest version of [Visual Studio](https://www.visualstudio.com/downloads/)
7
7
- Make sure to include "Programming Languages|Visual C++" and "Windows and Web
8
8
Development|Universal Windows App Development|Windows SDK" in your
9
9
installation.
@@ -205,15 +205,10 @@ cmake --build S:\b\lldb
205
205
206
206
## 10. Running tests on Windows
207
207
208
-
Running the testsuite on Windows has additional external dependencies. You must have a subset of the GNUWin32 programs installed and available in your path. The following packages are currently required:
209
-
210
-
1. coreutils
211
-
2. diffutils
212
-
3. grep
213
-
4. sed
208
+
Running the testsuite on Windows has additional external dependencies.
0 commit comments