mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-15 17:20:07 +01:00
Clarify the intro to the build.py commands in the README
This commit is contained in:
17
README.rst
17
README.rst
@@ -109,13 +109,16 @@ packages.
|
||||
Important build.py commands
|
||||
---------------------------
|
||||
|
||||
The following commands are required to be able to build Phoenix from scratch.
|
||||
In other words, from a pristine source tree with none of the generated code
|
||||
present yet. They can be run individually or you can specify all of them on a
|
||||
single command line, in the order given. Once a command has succeded in one run
|
||||
of build.py there is no need to run that command again in a later run, unless
|
||||
you've changed something which that command has the responsibility to
|
||||
process.
|
||||
The following ``build.py`` commands are required to be able to build Phoenix
|
||||
from scratch. In other words, from a pristine source tree with none of the
|
||||
generated code present yet. They can be run individually or you can specify
|
||||
all of them on a single command line, in the order given. Once a command has
|
||||
succeded in one run of build.py there is no need to run that command again in
|
||||
a later run, unless you've changed something which that command has the
|
||||
responsibility to process. Many of the commands require the results of the
|
||||
earlier commands, so at least the first time you run the build you will need
|
||||
to use all 4 of the commands (or their equivalents for composite commands) in
|
||||
the given order.
|
||||
|
||||
* **dox**: Builds the XML files from the wxWidgets documentation source,
|
||||
which will be used as input for the etg command.
|
||||
|
||||
Reference in New Issue
Block a user