diff options
author | Ned Deily <nad@acm.org> | 2014-02-12 01:57:37 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-02-12 01:57:37 (GMT) |
commit | 892f4f9360bf7d8b276f538defe7ab11593efda8 (patch) | |
tree | ad1e0f4e154f0740ca9cef80c07fa34f48e4989e /Mac/README | |
parent | 932bba33f2d9131b7e9bb1e9b45529d0b4550657 (diff) | |
download | cpython-892f4f9360bf7d8b276f538defe7ab11593efda8.zip cpython-892f4f9360bf7d8b276f538defe7ab11593efda8.tar.gz cpython-892f4f9360bf7d8b276f538defe7ab11593efda8.tar.bz2 |
Add references for Xcode and the Python Developer's Guide
to the internal Mac/README file.
Diffstat (limited to 'Mac/README')
-rw-r--r-- | Mac/README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -86,6 +86,13 @@ unix build. Universal builds were first supported with OS X 10.4 with Xcode 2.1 and the 10.4u SDK. Starting with Xcode 3 and OS X 10.5, more configurations are available. +In general, universal builds depend on specific features provided by the +Apple-supplied compilers and other build tools included in Apple's Xcode +development tools. You should install Xcode and the command line tools +component appropriate for the OS X release you are running on. See the +Python Developer's Guide (http://docs.python.org/devguide/setup.html) +for more information. + 2.1 Flavors of universal binaries ................................. |