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