[Python-checkins] bpo-31691: Specify where to find build instructions for the Windows installer (GH-4426) (#4431)

Steve Dower webhook-mailer at python.org
Thu Nov 16 19:49:39 EST 2017


https://github.com/python/cpython/commit/0a6158ca392adfdfbeb7eb43d8d8109c02b00d23
commit: 0a6158ca392adfdfbeb7eb43d8d8109c02b00d23
branch: 3.6
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Steve Dower <steve.dower at microsoft.com>
date: 2017-11-16T16:49:36-08:00
summary:

bpo-31691: Specify where to find build instructions for the Windows installer (GH-4426) (#4431)

(cherry picked from commit fd0fa67464f75cebca67cd14d050476a0c73bd53)

files:
M PCbuild/readme.txt

diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index f2b59e96bf7..be8b2a4974c 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -39,6 +39,8 @@ line using the "build.bat" script in this directory; see below for
 details.  The solution is configured to build the projects in the correct
 order.
 
+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



More information about the Python-checkins mailing list