UPdated the OSX build instructions a bit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-01-16 16:10:52 +00:00
parent a7aef4a92a
commit 5ff5710d55

View File

@@ -10,17 +10,16 @@ that you know your way around a command line and that you know how to
get things from various CVS repositories as needed. get things from various CVS repositories as needed.
1. As of this writing the CVS version of Python (2.2b1+) is required. 1. Python 2.2 is required. Get the source from www.python.org and
You can get it via anonymous CVS from the Python project at build Python.app and install it as described in the Mac/OSX/README
Sourceforge. Build Python.app and install it as described in the file.
Mac/OSX/README file in the Python distribution.
2. You may want to make a symlink or two in /usr/local/bin so that 2. You may want to make a symlink or two in /usr/local/bin so that
this version of Python can be found from the command line. For this version of Python can be found from the command line. For
example: example:
cd /usr/local/bin cd /usr/local/bin
sudo ln -s /Library/Frameworks/Python.framework/Versions/2.2/bin/python2.2.exe python2.2 sudo ln -s /Library/Frameworks/Python.framework/Versions/2.2/bin/python2.2 python2.2
sudo ln -s python2.2 python sudo ln -s python2.2 python
3. In a wxWindows CVS tree make a build directory. 3. In a wxWindows CVS tree make a build directory.