Skip to content

Commit c696119

Browse files
native-apizooba
authored andcommitted
bpo-31691: Specify where to find installer build instructions for Windows (#4427)
1 parent 0a6158c commit c696119

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

PCbuild/readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,13 @@ Visual Studio Premium 2015
3232
Required for building Release configuration builds that make use of
3333
Profile Guided Optimization (PGO), on either platform.
3434

35-
All you need to do to build is open the solution "pcbuild.sln" in Visual
36-
Studio, select the desired combination of configuration and platform,
35+
To build modules that depend on external libraries, you need to download
36+
(and, for some of them, build) those first. It's thus recommended to build
37+
from the command line once as specified below under "Getting External Sources"
38+
as that does this automatically.
39+
40+
Then, to continue development, you can open the solution "pcbuild.sln" in
41+
Visual Studio, select the desired combination of configuration and platform,
3742
then build with "Build Solution". You can also build from the command
3843
line using the "build.bat" script in this directory; see below for
3944
details. The solution is configured to build the projects in the correct

0 commit comments

Comments
 (0)