2.7 --> 2.8

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-11-14 21:52:48 +00:00
parent d5aea13b42
commit 13b955a755
2 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
Installing wxPython 2.7 from Source
Installing wxPython 2.8 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.7/lib \
--enable-rpath=/opt/wx/2.8/lib \
SOLARIS NOTE: The --enable-rpath option may cause problems when
using wxGTK on Solaris when compiling wxPython as described below.