Patch #1105: Explain that one needs to build the solution

to get dependencies right.
This commit is contained in:
Martin v. Löwis 2007-09-05 06:39:17 +00:00
parent ffe576dc78
commit 4c1cb7ea8e
1 changed files with 7 additions and 0 deletions

View File

@ -91,6 +91,13 @@ unicodedata
winsound
play sounds (typically .wav files) under Windows
Note: Check the dependencies of subprojects when building a subproject. You
need to manually build each of the dependencies, in order, first. A good
example of this is the pythoncore subproject. It is dependent on both the
make_versioninfo and the make_buildinfo subprojects. You can check the build
order by right clicking on the project name, in the solution explorer, and
selecting the project build order item.
The following subprojects will generally NOT build out of the box. They
wrap code Python doesn't control, and you'll need to download the base
packages first and unpack them into siblings of PCbuilds's parent