doc tweaks, typo fixed, etc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-01-09 02:11:40 +00:00
parent 093d613e06
commit ff931a400e
2 changed files with 8 additions and 8 deletions

View File

@@ -5,12 +5,12 @@ README for wxPythonSrc-2.5.*.tar.gz
This archive contains the source code and other files for both This archive contains the source code and other files for both
wxWindows and wxPython. Some things not needed for the build (such as 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 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 the size of the archive and are available elsewhere. If you would
of sources and etc. then please either use a CVS snapshot from like to have the complete set of sources and etc. then please either
http://wxwindows.org/snapshots/ or do a checkout from CVS yourself use a CVS snapshot from http://wxwindows.org/snapshots/ or do a
(see http://www.wxwindows.org/cvs.htm.) If you would like to use CVS checkout from CVS yourself (see http://www.wxwindows.org/cvs.htm.) If
to get the exact same sources as one of these tarballs then you can you would like to use CVS to get the exact same sources as one of
update using a release tag. For example:: 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_5_1_0
@@ -35,7 +35,7 @@ migrate your existing code to 2.5 please read this file::
Further information can be found on the wxWindows and wxPython web Further information can be found on the wxWindows and wxPython web
sites and wikis:: sites and the project wikis::
http://www.wxwindows.org/ http://www.wxwindows.org/
http://wiki.wxwindows.org/ http://wiki.wxwindows.org/

View File

@@ -98,7 +98,7 @@ instructions above, except for a few small, but important details:
install MacPython-OSX-2.3 from http://www.python.org/ and the install MacPython-OSX-2.3 from http://www.python.org/ and the
Python Framework will then be installed in /Library/Frameworks. On Python Framework will then be installed in /Library/Frameworks. On
10.3 (Panther) Apple supplies the Python Framework as part of the 10.3 (Panther) Apple supplies the Python Framework as part of the
OS install, but it will located in /System/LIbrary/Frameworks OS install, but it will located in /System/Library/Frameworks
instead. To complicate things further, the Jaguar version, or a instead. To complicate things further, the Jaguar version, or a
custom build you do yourself will end up in /Library/Frameworks custom build you do yourself will end up in /Library/Frameworks
even on Panther... even on Panther...