X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d3000f8db5c13ea25ea2bc86ac80ba1c3b6f7a0..25b3661bd4cb44304418b93c0dee1d0dfb99765c:/wxPython/distrib/README.1st.txt diff --git a/wxPython/distrib/README.1st.txt b/wxPython/distrib/README.1st.txt index fe2c4ab6fd..a4699bf910 100644 --- a/wxPython/distrib/README.1st.txt +++ b/wxPython/distrib/README.1st.txt @@ -1,21 +1,21 @@ -README for wxPythonSrc-2.5.*.tar.gz -=================================== +README for wxPython-src-2.6.*.tar.gz +==================================== This archive contains the source code and other files for both -wxWindows and wxPython. Some things not needed for the build (such as -the wxWindows samples and docs) have been removed in order to minimize -the size of the archive. 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:: +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_5_1_0 + cvs update -r wxPy_2_6_1_0 -For more details about building and installing wxWindows and wxPython +For more details about building and installing wxWidgets and wxPython please see these files:: wxPython/docs/BUILD.txt @@ -24,18 +24,18 @@ please see these files:: For a log of recent changes check these files:: - docs/changes.txt (for wxWindows) + docs/changes.txt (for wxWidgets) wxPython/docs/CHANGES.txt (for wxPython) -And for information about major changes in wxPython 2.5 and how to -migrate your existing code to 2.5 please read this file:: +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 wxWindows and wxPython web -sites and wikis:: +Further information can be found on the wxWidgets and wxPython web +sites and the project wikis:: http://www.wxwindows.org/ http://wiki.wxwindows.org/