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:
@@ -46,6 +46,13 @@ get things from various CVS repositories as needed.
|
|||||||
cd ../wxPython
|
cd ../wxPython
|
||||||
python setup.py build install
|
python setup.py build install
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
6. Test. Just navigate in the Finder to the demo directory and double
|
6. Test. Just navigate in the Finder to the demo directory and double
|
||||||
click demo.py, or simple.py, or whatever you want to run. Or from
|
click demo.py, or simple.py, or whatever you want to run. Or from
|
||||||
a command line you can run it this way:
|
a command line you can run it this way:
|
||||||
|
@@ -237,6 +237,13 @@ D. To build and install wxPython you simply need to execute the
|
|||||||
|
|
||||||
python setup.py WXPORT=gtk2 UNICODE=1 build install
|
python setup.py WXPORT=gtk2 UNICODE=1 build install
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
E. At this point you should be able to change into the wxPython/demo
|
E. At this point you should be able to change into the wxPython/demo
|
||||||
directory and run the demo:
|
directory and run the demo:
|
||||||
|
@@ -261,6 +261,13 @@ C. To build and install wxPython you simply need to execute the
|
|||||||
commented out. Just search for "GX-" and uncomment it so it is put
|
commented out. Just search for "GX-" and uncomment it so it is put
|
||||||
into the cflags list.
|
into the cflags list.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
D. At this point you should be able to change into the wxPython\demo
|
D. At this point you should be able to change into the wxPython\demo
|
||||||
directory and run the demo:
|
directory and run the demo:
|
||||||
|
@@ -2,6 +2,25 @@ CHANGES.txt for wxPython
|
|||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
2.4.0.7
|
||||||
|
-------
|
||||||
|
Gave up on generating a warning upon the use of the old true/false or
|
||||||
|
TRUE/FALSE values.
|
||||||
|
|
||||||
|
Fixed wxGenericTreeCtrl (used on wxGTK and wxMac for wxTreeCtrl) so
|
||||||
|
that it can successfully handle lots of nodes instead of overflowing
|
||||||
|
when the virtual height of the widget overflowed a 16-bit value.
|
||||||
|
|
||||||
|
Fixed the typemap that converts strings to wxColours to also accept
|
||||||
|
unicode.
|
||||||
|
|
||||||
|
Fixed problem where the wrong class name could sometimes be used for
|
||||||
|
OOR.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2.4.0.6 (a.k.a. the I'm so stupid release)
|
2.4.0.6 (a.k.a. the I'm so stupid release)
|
||||||
-------
|
-------
|
||||||
The new deprecation class for the old true/false symbols can now be
|
The new deprecation class for the old true/false symbols can now be
|
||||||
|
@@ -100,6 +100,13 @@ Clear as mud? Good. Let's get started.
|
|||||||
setup.py command line to disable the building of the glcanvas
|
setup.py command line to disable the building of the glcanvas
|
||||||
module.
|
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!
|
5. That's all, except for the having fun part!
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user