From 0a6158ca392adfdfbeb7eb43d8d8109c02b00d23 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Thu, 16 Nov 2017 16:49:36 -0800 Subject: [PATCH] bpo-31691: Specify where to find build instructions for the Windows installer (GH-4426) (#4431) (cherry picked from commit fd0fa67464f75cebca67cd14d050476a0c73bd53) --- PCbuild/readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index f2b59e96bf..be8b2a4974 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 -- 2.50.1