|
2 | 2 |
|
3 | 3 | #### Clean Windows Server 2016 /2019 or Windows 10 install with latest updates |
4 | 4 |
|
5 | | -#### Python installed and added to path (with pip installed). |
| 5 | +#### Python installed and added to path (with pip installed) if PythonOrigin is set to AlreadyInstalled. |
6 | 6 | Download link: https://www.python.org/ftp/python/3.7.7/python-3.7.7-amd64.exe |
7 | 7 |
|
8 | 8 | #### Visual Studio 2015 Community installed, with the following components: |
|
13 | 13 | If you prefer to not build pywin32, Visual Studio 2017 / 2019 can be used too. |
14 | 14 | Reboot after VS installation is complete. |
15 | 15 |
|
16 | | -### To build Python from source, Visual Studio 2017 Community installed with the following components: |
| 16 | +#### To build Python from source, Visual Studio 2017 Community installed with the following components: |
17 | 17 | - VC++ 2017 v141 |
18 | 18 | - Windows 10 SDK (10.0.14393.0). This version supports Python 3.8 build too. |
19 | 19 |
|
20 | 20 | #### All the Python packages will be built and installed using pip flags: "--no-binary :all:" |
21 | 21 |
|
22 | | -## The full build of cloudbase-init (and dependencies) using Embedded Python takes around 10 minutes. |
| 22 | +#### The full build of cloudbase-init (and dependencies) using Embedded Python takes around 10 minutes. |
23 | 23 |
|
24 | | -## The full build of cloudbase-init (and dependencies) using Python from source takes around 20 minutes. |
| 24 | +#### The full build of cloudbase-init (and dependencies) using Python from source takes around 20 minutes. |
25 | 25 |
|
26 | 26 | #### How to run: |
27 | 27 |
|
|
51 | 51 | - Build and install PyWin32 from sources |
52 | 52 | - Build and install PyMI from sources |
53 | 53 | - Build, install and create Cloudbase-Init binary from sources |
54 | | - - If CleanBuildArtifacts is set adn PythonOrigin is Embedded or FromSource, cleanup the .pdb, .pyc, header files. |
| 54 | + - If CleanBuildArtifacts is set and PythonOrigin is Embedded or FromSource, cleanup the .pdb, .pyc, header files. |
0 commit comments