Skip to content

[2.7] bpo-31691: Add missing build steps (GH-4426) #4430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 17, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions PCbuild/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,20 @@ MSVCRT90.dll.

For other Windows platforms and compilers, see ../PC/readme.txt.

All you need to do to build is open the solution "pcbuild.sln" in Visual
Studio, select the desired combination of configuration and platform,
To build modules that depend on external libraries, you need to download
(and, for some of them, build) those first. It's thus recommended to build
from the command line once as specified below under "Getting External Sources"
as that does this automatically.

Then, to continue development, you can open the solution "pcbuild.sln" in
Visual Studio, select the desired combination of configuration and platform,
then build with "Build Solution". You can also build from the command
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 this
directory. The x64 platform is used for building 64-bit AMD64 (aka
Expand Down