README tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-04-01 01:39:39 +00:00
parent f6f41ac61a
commit 8756135df1

View File

@@ -36,7 +36,7 @@ Clear as mud? Good. Let's get started.
2. Make a build directory and configure wxGTK.
cd wxPythonGTK-2.3.3 # or whatever the top-level dir is
cd wxPythonSrc-2.4.0 # or whatever the top-level dir is
mkdir build
cd build
../configure --with-gtk \
@@ -72,7 +72,6 @@ Clear as mud? Good. Let's get started.
step, depending on where your WXPREF is.)
make
cd ../build
make install
@@ -108,7 +107,19 @@ Clear as mud? Good. Let's get started.
variable.
5. That's all, except for the having fun part!
5. If you havn't already, get a new copy of the demo and documentation
to go with the wxPython you just built and installed. See
http://wxpython.org/download.php#documentation
6. Change to the demo directory and run it like this:
python demo.py
7. That's all, except for the having fun part!
--
Robin Dunn