]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/distrib/README.1st.txt
Fixed autodoc for static methods
[wxWidgets.git] / wxPython / distrib / README.1st.txt
... / ...
CommitLineData
1README for wxPythonSrc-2.5.*.tar.gz
2===================================
3
4
5This archive contains the source code and other files for both
6wxWindows and wxPython. Some things not needed for the build (such as
7the wxWindows samples and docs) have been removed in order to minimize
8the size of the archive and are available elsewhere. If you would
9like to have the complete set of sources and etc. then please either
10use a CVS snapshot from http://wxwindows.org/snapshots/ or do a
11checkout from CVS yourself (see http://www.wxwindows.org/cvs.htm.) If
12you would like to use CVS to get the exact same sources as one of
13these tarballs then you can update using a release tag. For example::
14
15 cvs update -r wxPy_2_5_1_0
16
17
18For more details about building and installing wxWindows and wxPython
19please see these files::
20
21 wxPython/docs/BUILD.txt
22 wxPython/docs/INSTALL.txt
23
24
25For a log of recent changes check these files::
26
27 docs/changes.txt (for wxWindows)
28 wxPython/docs/CHANGES.txt (for wxPython)
29
30
31And for information about major changes in wxPython 2.5 and how to
32migrate your existing code to 2.5 please read this file::
33
34 wxPython/docs/MigrationGuide.txt
35
36
37Further information can be found on the wxWindows and wxPython web
38sites and the project wikis::
39
40 http://www.wxwindows.org/
41 http://wiki.wxwindows.org/
42
43 http://www.wxpython.org/
44 http://wiki.wxpython.org/
45
46
47And be sure to direct your questions to one of the various mail
48lists::
49
50 http://www.wxpython.org/maillist.php
51
52
53
54Have fun!
55
56
57--
58Robin Dunn
59Software Craftsman
60http://wxPython.org Java give you jitters? Relax with wxPython!
61