Commit d5783b7d authored by Christian Heimes's avatar Christian Heimes

Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010

parent 0e8fc2c2
...@@ -492,6 +492,8 @@ Tools/Demos ...@@ -492,6 +492,8 @@ Tools/Demos
Build Build
----- -----
- Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010.
- Issue #16067: Add description into MSI file to replace installer's temporary name. - Issue #16067: Add description into MSI file to replace installer's temporary name.
- Issue #18256: Compilation fix for recent AIX releases. Patch by - Issue #18256: Compilation fix for recent AIX releases. Patch by
......
Building Python using VC++ 10.0 Building Python using VC++ 10.0
------------------------------ -------------------------------
This directory is used to build Python for Win32 and x64 platforms, e.g. This directory is used to build Python for Win32 and x64 platforms, e.g.
Windows 2000, XP, Vista and Windows Server 2008. In order to build 32-bit Windows 2000, XP, Vista and Windows Server 2008. In order to build 32-bit
debug and release executables, Microsoft Visual C++ 2008 Express Edition is debug and release executables, Microsoft Visual C++ 2010 Express Edition is
required at the very least. In order to build 64-bit debug and release required at the very least. In order to build 64-bit debug and release
executables, Visual Studio 2008 Standard Edition is required at the very executables, Visual Studio 2010 Standard Edition is required at the very
least. In order to build all of the above, as well as generate release builds least. In order to build all of the above, as well as generate release builds
that make use of Profile Guided Optimisation (PG0), Visual Studio 2008 that make use of Profile Guided Optimisation (PG0), Visual Studio 2010
Professional Edition is required at the very least. The official Python Professional Edition is required at the very least. The official Python
releases are built with this version of Visual Studio. releases are built with this version of Visual Studio.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment