Skip to content

Commit e922d29

Browse files
authored
Merge pull request #23784 from apple/compnerd-gnu-build-rules
Update WindowsBuild.md
2 parents e50af98 + 969b3cf commit e922d29

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

docs/WindowsBuild.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Visual Studio 2017 or newer is needed to build swift on Windows.
44

55
## 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/)
77
- Make sure to include "Programming Languages|Visual C++" and "Windows and Web
88
Development|Universal Windows App Development|Windows SDK" in your
99
installation.
@@ -205,15 +205,10 @@ cmake --build S:\b\lldb
205205

206206
## 10. Running tests on Windows
207207

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.
214209

215210
```cmd
216-
path S:\thirdparty\icu4c-63_1-Win64-MSVC2017\bin64;S:\b\swift\bin;S:\b\swift\libdispatch-prefix\bin;%PATH%;%ProgramFiles(x86)%\GnuWin32\bin
211+
path S:\thirdparty\icu4c-63_1-Win64-MSVC2017\bin64;S:\b\swift\bin;S:\b\swift\libdispatch-prefix\bin;%PATH%;%ProgramFiles%\Git\usr\bin
217212
ninja -C S:\b\swift check-swift
218213
```
219214

0 commit comments

Comments
 (0)