Commit e08f376e authored by Zachary Ware's avatar Zachary Ware

Fix another old mention of "Standard Edition" VS in PCbuild/readme.txt.

Also removes a mention of using "Express Edition with the Windows SDK
64-bit compilers" to build 64-bit Python.  If that can be made to work,
it will need some extra instructions somewhere.
parent e50f9aa4
...@@ -278,8 +278,7 @@ The build process for AMD64 / x64 is very similar to standard builds, ...@@ -278,8 +278,7 @@ The build process for AMD64 / x64 is very similar to standard builds,
you just have to set x64 as platform. In addition, the HOST_PYTHON you just have to set x64 as platform. In addition, the HOST_PYTHON
environment variable must point to a Python interpreter (at least 2.4), environment variable must point to a Python interpreter (at least 2.4),
to support cross-compilation from Win32. Note that Visual Studio to support cross-compilation from Win32. Note that Visual Studio
requires either Standard Edition or better, or Express Edition with the requires Professional Edition or better in order to build 64-bit
Windows SDK 64-bit compilers to be available in order to build 64-bit
binaries. binaries.
......
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