Skip to content

Commit e3f7e1b

Browse files
committed
update build instructions for dummies
1 parent 36c69b5 commit e3f7e1b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.rst

+9-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,17 @@ The fork is not finished yet, so YMMV.
55

66
To get started:
77

8-
1. Run the etg scripts: ``./build.py build.py etg --generator=cffi --nodoc``
8+
1. Clone the repository, also download sources for wxWidgets. You may need to
9+
tell build.py where this is, do ``export WXWIN=../wxWidgets-2.9.5``
10+
Also, install doxygen. CD into the toplevel wxPython directory, where the
11+
build.py script lives.
12+
2. Since the etg scripts need the wxWidget documentation, make sure
13+
``./build.py dox`` completes cleanly. See the following documentation or
14+
wxPython mailing lists if this does not work for you.
15+
3. Run the etg scripts: ``./build.py etg --generator=cffi --nodoc``
916
(``--nodoc`` may not be necessary for you, but I never got the sphinx generator
1017
to work, even on a clean upstream copy)
11-
2. Run the generator: ``./build.py cffi_gen``
18+
4. Run the generator: ``./build.py cffi_gen``
1219

1320
The bindings are outputted to cffi/wx, so you need to use
1421
``PYTHONPATH=./cffi python`` (assuming cwd is root of your checkout) to try

bin/.empty

Whitespace-only changes.

0 commit comments

Comments
 (0)