From 8756135df16ab00f90a316cbf0991593c1ba8a16 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 1 Apr 2003 01:39:39 +0000 Subject: [PATCH] README tweaks git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/README.1st.txt | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/wxPython/distrib/README.1st.txt b/wxPython/distrib/README.1st.txt index 4b55d30398..0b933156a4 100644 --- a/wxPython/distrib/README.1st.txt +++ b/wxPython/distrib/README.1st.txt @@ -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