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

« back to all changes in this revision

Viewing changes to debian-upstream/README.examples

  • 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:
 
1
 
 
2
These examples are provided as extended documentation for the wxWidgets
 
3
package.  If you wish to actually run them rather than just browse them
 
4
as documents you should copy them into a working directory elsewhere
 
5
first.  Note that some of them will attempt to write to the current
 
6
working directory, or to the home directory of the user they are run as.
 
7
 
 
8
Some of the files have been compressed in accordance with Debian policy
 
9
regarding documentation, you will need to uncompress such files before
 
10
building or executing them.
 
11
 
 
12
The unpack_examples.sh script is provided to assist with that.
 
13
 
 
14
The examples provided here typically show a minimal implementation of
 
15
the feature(s) they are demonstrating.  There are examples of more
 
16
complete (mini) applications, available in the /wxPython/samples and
 
17
/demos directories of the wxWidgets cvs repository (which is browsable
 
18
via http://cvs.wxwidgets.org), or of course you can always apt-get the
 
19
source of any wx using package for some less contrived examples of
 
20
real world wx applications.
 
21
 
 
22
  Ron
 
23
 
 
24