X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc33e5e1f0e48d045aa48cb6b5b0c52bce0935b7..969d9b6fa963c0f14298e0ec8aa88b6d6292a6f8:/wxPython/docs/INSTALL.html?ds=sidebyside diff --git a/wxPython/docs/INSTALL.html b/wxPython/docs/INSTALL.html index 983cd11505..badaeb2745 100644 --- a/wxPython/docs/INSTALL.html +++ b/wxPython/docs/INSTALL.html @@ -11,10 +11,10 @@

Installing wxPython 2.5 from Source

This document will describe the few differences and additions to the -content in BUILD.txt for installing wxPython built from source. -Please follow the intstructions both in this file and in BUILD.txt to -perform this task. Where there is overlap the items described here -will take precedence.

+content in the BUILD document for installing wxPython built from +source. Please follow the intstructions both in this file and in +BUILD to perform this task. Where there is overlap the items +described here will take precedence for doing installations.

Installing on Unix-like Systems (not OS X)

    @@ -38,10 +38,10 @@ runtime assertions turned into Python exceptions where possible. It does add extra code to the build but probably not enough to worry about it. However if you want to get as lean a build as possible you can leave it out, but if your code does something bad -then instead of exceptions you'll likely get a crash.

    -
    -

    --enable-debug_flag

    -
    +then instead of exceptions you'll likely get a crash:

    +
    +--enable-debug_flag \
    +

    If you are building a private copy of wxWidgets (IOW, not installed in a standard library location) then it can be kind of a hassle to always have to set the LD_LIBRARY_PATH variable so wxPython can @@ -128,15 +128,11 @@ python setup.py install found at runtime by the extension modules without requiring that they be installed on the PATH:

    -copy %WXWIN%\BIN\wx*h_*.dll c:\Python23\Lib\site-pacakges\wx
    +copy %WXWIN%\lib\vc_dll\wx*h_*.dll c:\Python23\Lib\site-pacakges\wx
     
- -