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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,21 @@ The following must take place in the **developer command prompt** (provided by V
15
15
16
16
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.
17
17
18
+
### Python
19
+
20
+
In the Visual Studio installation program, under *Individual Components*
21
+
22
+
1. Install *Python 2*, either the 32-bit version (C:\Python27\\) or the 64-bit version (C:\Python27amd64\\)
23
+
2. Install *Python 3 64 bits (3.7.x)*
24
+
25
+
If you are building a debug version of Swift, you should also install the Python debug binaries.
26
+
27
+
1. In the Windows settings, go to *Add and Remove Programs*
28
+
2. Select the *Python 3.7.x (64-bit)* entry
29
+
3. Click *Modify*, then *Yes*, then *Modify* again and then *Next*
30
+
4. Select *Download debug binaries (requires VS 2015 or later)*
31
+
5. Click *Install*
32
+
18
33
## Clone the repositories
19
34
20
35
1. Clone `apple/llvm-project` into a directory for the toolchain
0 commit comments