File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff 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,
3742then build with "Build Solution". You can also build from the command
3843line using the "build.bat" script in this directory; see below for
3944details. The solution is configured to build the projects in the correct
You can’t perform that action at this time.
0 commit comments