Skip to content

Commit f27fed2

Browse files
authored
Update GettingStartedWindows.md
Drop CMake to suggestion. This is no longer required after Swift 5.4, as SPM is now part of the image.
1 parent a53cf97 commit f27fed2

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/GettingStartedWindows.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,21 @@
2525

2626
**Recommended** Visual Studio Components
2727

28+
| Component | ID |
29+
|-----------|----|
30+
| Git for Windows<sup>[1](#windows-git)</sup> | Microsoft.VisualStudio.Component.Git |
31+
| Python 3 64-bit (3.7.5)<sup>[2](#windows-python)</sup> | Component.CPython.x64 |
32+
33+
<sup><a name="windows-git">1</a></sup> Provides `git` to clone projects from GitHub. You may download it from [git-scm](https://git-scm.com/) instead.<br/>
34+
<sup><a name="windows-python">2</a></sup> Provides `python` needed for Python integration. You may download it from [python](https://www.python.org/) instead.<br/>
35+
36+
**Suggested** Visual Studio Components
37+
2838
| Component | ID |
2939
|-----------|----|
3040
| C++ CMake tools for Windows<sup>[1](#windows-cmake)</sup> | Microsoft.VisualStudio.Component.VC.CMake.Project |
31-
| Git for Windows<sup>[2](#windows-git)</sup> | Microsoft.VisualStudio.Component.Git |
32-
| Python 3 64-bit (3.7.5)<sup>[3](#windows-python)</sup> | Component.CPython.x64 |
3341

3442
<sup><a name="windows-cmake">1</a></sup> Provides `ninja` which is needed for building projects. You may download it from [ninja-build](https://github.com/ninja-build/ninja) instead.<br/>
35-
<sup><a name="windows-git">2</a></sup> Provides `git` to clone projects from GitHub. You may download it from [git-scm](https://git-scm.com/) instead.<br/>
36-
<sup><a name="windows-python">3</a></sup> Provides `python` needed for Python integration. You may download it from [python](https://www.python.org/) instead.<br/>
3743

3844
## Installation
3945

0 commit comments

Comments
 (0)