X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/974a50f1bbd6bcff1666fa492ee9802a6ee5b8da..38c6df6e11c416d416d83379df78e055616b699c:/wxPython/docs/INSTALL.html?ds=sidebyside diff --git a/wxPython/docs/INSTALL.html b/wxPython/docs/INSTALL.html index 9c3570c25b..9d4bd259a2 100644 --- a/wxPython/docs/INSTALL.html +++ b/wxPython/docs/INSTALL.html @@ -4,294 +4,12 @@ -Installing wxPython 2.7 from Source - +Installing wxPython 2.8 from Source + -
-

Installing wxPython 2.7 from Source

+
+

Installing wxPython 2.8 from Source

This document will describe the few differences and additions to the content in the BUILD document for installing wxPython built from source. Please follow the intstructions both in this file and in @@ -331,7 +49,7 @@ find the wxWidgets shared libraries. You can hard code the library 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.