diff options
author | native-api <ivan_pozdeev@mail.ru> | 2017-11-16 23:56:27 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2017-11-16 23:56:27 (GMT) |
commit | fd0fa67464f75cebca67cd14d050476a0c73bd53 (patch) | |
tree | 7101bbc94190b4e41dfa3b575d748b76f149a410 /PCbuild | |
parent | d505a29a15a6f9315d8c46445b8a0cccfc2048b8 (diff) | |
download | cpython-fd0fa67464f75cebca67cd14d050476a0c73bd53.zip cpython-fd0fa67464f75cebca67cd14d050476a0c73bd53.tar.gz cpython-fd0fa67464f75cebca67cd14d050476a0c73bd53.tar.bz2 |
bpo-31691: Specify where to find build instructions for the Windows installer (#4426)
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index a4b7d49..d28435b 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -25,6 +25,8 @@ external dependencies. To build, simply run the "build.bat" script without any arguments. After this succeeds, you can open the "pcbuild.sln" solution in Visual Studio to continue development. +To build an installer package, refer to the README in the Tools/msi folder. + The solution currently supports two platforms. The Win32 platform is used to build standard x86-compatible 32-bit binaries, output into the win32 sub-directory. The x64 platform is used for building 64-bit AMD64 |