Updated build instructions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-03-19 03:36:04 +00:00
parent 50c09563d0
commit d4507593e1
5 changed files with 47 additions and 0 deletions

View File

@@ -100,6 +100,13 @@ Clear as mud? Good. Let's get started.
setup.py command line to disable the building of the glcanvas
module.
If you would like to install to someplace besides the Python
site-packages directory (such as to your home directory) then you
can add "--root=<path>" after the "install" command. To use
wxPython like this you'll need to ensure that the directory
containing wxPyrthon is contained in in the PYTHONPATH environment
variable.
5. That's all, except for the having fun part!