2.5 --> 2.6 changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-04-19 22:38:35 +00:00
parent 583d32f6ba
commit 4d8a327525
6 changed files with 22 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
Installing wxPython 2.5 from Source
Installing wxPython 2.6 from Source
===================================
@@ -48,7 +48,7 @@ Installing on Unix-like Systems (not OS X)
path into the binaries by using the rpath option when configuring
wxWidgets. For example::
--enable-rpath=/opt/wx/2.5/lib \
--enable-rpath=/opt/wx/2.6/lib \
SOLARIS NOTE: The --enable-rpath option may cause problems when
using wxGTK on Solaris when compiling wxPython as described below.