~ubuntu-branches/ubuntu/raring/wxwidgets2.8/raring

« back to all changes in this revision

Viewing changes to wxPython/docs/BUILD.txt

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2012-01-07 13:59:25 UTC
  • mfrom: (1.1.9) (5.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20120107135925-2601miy9ullcon9j
Tags: 2.8.12.1-6ubuntu1
* Resync from Debian, changes that were kept:
  - debian/rules: re-enable mediactrl. This allows libwx_gtk2u_media-2.8 to be
    built, as this is required by some applications (LP: #632984)
  - debian/control: Build-dep on libxt-dev for mediactrl.
  - Patches
    + fix-bashism-in-example
* Add conflict on python-wxgtk2.8 (<< 2.8.12.1-6ubuntu1~) to python-wxversion
  to guarantee upgrade ordering when moving from pycentral to dh_python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
This file describes how I build wxWidgets and wxPython while doing
5
5
development and testing, and is meant to help other people that want
6
 
to do the same thing.  I'll assume that you are using either a CVS
7
 
snapshot from http://wxWidgets.org/snapshots/, a checkout from CVS, or
 
6
to do the same thing.  I'll assume that you are using either a SVN
 
7
snapshot from http://wxWidgets.org/snapshots/, a checkout from SVN, or
8
8
one of the released wxPython-src-2.8.* tarballs.  I'll also assume that
9
9
you know your way around your system, the compiler, etc. and most
10
10
importantly, that you know what you are doing!  ;-)
443
443
 
444
444
 
445
445
9. To run code with the development version of wxPython, just set the
446
 
   PYTHONPATH to the wxPython dir in the CVS tree.  For example::
 
446
   PYTHONPATH to the wxPython dir in the source tree.  For example::
447
447
 
448
448
        set PYTHONPATH=%WXDIR%\wxPython
449
449
        cd %WXDIR\wxPython\demo