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
> **NOTE:** For anyone who wants to use Visual Studio 2022 instead:
30
-
> - replace `https://aka.ms/vs/16/release/vs_community.exe` with `https://aka.ms/vs/17/release/vs_community.exe`
31
-
> - replace `Component.CPython3.x64` with `Component.CPython39.x64`
29
+
> **NOTE:** For anyone who wants to use Visual Studio 2022, you can simply replace version number `16` with `17` in the installer URL.
32
30
33
31
> **NOTE:** The following [link](https://docs.microsoft.com/visualstudio/install/workload-component-id-vs-build-tools?view=vs-2019) helps in finding the component name given its ID for Visual Studio 2019. For anyone using VS installer in GUI, please check it out.
34
32
@@ -37,9 +35,9 @@ del /q vs_community.exe
37
35
If you are building a debug version of Swift, you should also install the Python debug binaries.
38
36
39
37
1. In the Windows settings, go to *Add and Remove Programs*
40
-
2. Select the *Python 3.x.x (64-bit)* entry
38
+
2. Select the *Python 3.9.x (64-bit)* entry
41
39
3. Click *Modify*, then *Yes*, then *Modify* again and then *Next*
42
-
4. Select *Download debug binaries (requires VS 2015 or later)*
40
+
4. Select *Download debug binaries (requires VS 2017 or later)*
0 commit comments