File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,17 @@ The fork is not finished yet, so YMMV.
5
5
6
6
To get started:
7
7
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 ``
9
16
(``--nodoc `` may not be necessary for you, but I never got the sphinx generator
10
17
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 ``
12
19
13
20
The bindings are outputted to cffi/wx, so you need to use
14
21
``PYTHONPATH=./cffi python `` (assuming cwd is root of your checkout) to try
You can’t perform that action at this time.
0 commit comments