~ubuntu-branches/ubuntu/saucy/wxwidgets2.8/saucy-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
README for wxPython-src-2.6.*.tar.bz2
=====================================


This archive contains the source code and other files for both
wxWidgets and wxPython.  Some things not needed for the build (such as
the wxWidgets samples and docs) have been removed in order to minimize
the size of the archive and are available elsewhere.  If you would
like to have the complete set of sources and etc. then please either
use a CVS snapshot from http://wxwindows.org/snapshots/ or do a
checkout from CVS yourself (see http://www.wxwindows.org/cvs.htm.)  If
you would like to use CVS to get the exact same sources as one of
these tarballs then you can update using a release tag.  For example::

      cvs update -r wxPy_2_6_1_0


For more details about building and installing wxWidgets and wxPython
please see these files::

      wxPython/docs/BUILD.txt
      wxPython/docs/INSTALL.txt


For a log of recent changes check these files::

      docs/changes.txt             (for wxWidgets)
      wxPython/docs/CHANGES.txt    (for wxPython)


And for information about major changes in wxPython 2.6 and how to
migrate your existing code to 2.6 please read this file::

      wxPython/docs/MigrationGuide.txt


Further information can be found on the wxWidgets and wxPython web
sites and the project wikis:: 

      http://www.wxwindows.org/
      http://wiki.wxwindows.org/

      http://www.wxpython.org/
      http://wiki.wxpython.org/


And be sure to direct your questions to one of the various mail
lists::

      http://www.wxpython.org/maillist.php



Have fun!


--
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!