mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Merge with 3.4
This commit is contained in:
commit
26e417b182
1 changed files with 7 additions and 4 deletions
|
@ -6,16 +6,19 @@ This directory is used to build CPython for Microsoft Windows NT version
|
||||||
bit platforms. Using this directory requires an installation of
|
bit platforms. Using this directory requires an installation of
|
||||||
Microsoft Visual C++ 2010 (MSVC 10.0) of any edition. The specific
|
Microsoft Visual C++ 2010 (MSVC 10.0) of any edition. The specific
|
||||||
requirements are as follows:
|
requirements are as follows:
|
||||||
|
|
||||||
Visual C++ 2010 Express Edition
|
Visual C++ 2010 Express Edition
|
||||||
Required for building 32-bit Debug and Release configuration builds.
|
Required for building 32-bit Debug and Release configuration builds.
|
||||||
This edition does not support "solution folders", which pcbuild.sln
|
This edition does not support "solution folders", which pcbuild.sln
|
||||||
uses; this will not prevent building.
|
uses; this will not prevent building.
|
||||||
Visual Studio 2010 Standard Edition
|
|
||||||
Required for building 64-bit Debug and Release configuration builds
|
|
||||||
Visual Studio 2010 Professional Edition
|
Visual Studio 2010 Professional Edition
|
||||||
|
Required for building 64-bit Debug and Release configuration builds
|
||||||
|
Visual Studio 2010 Premium Edition
|
||||||
Required for building Release configuration builds that make use of
|
Required for building Release configuration builds that make use of
|
||||||
Profile Guided Optimization (PGO), on either platform. The official
|
Profile Guided Optimization (PGO), on either platform.
|
||||||
Python releases are built with Professional Edition using PGO.
|
|
||||||
|
The official Python releases are built with PGO using Visual Studio 2010
|
||||||
|
Ultimate Edition.
|
||||||
|
|
||||||
All you need to do to build is open the solution "pcbuild.sln" in Visual
|
All you need to do to build is open the solution "pcbuild.sln" in Visual
|
||||||
Studio, select the desired combination of configuration and platform,
|
Studio, select the desired combination of configuration and platform,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue