summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-02-12 01:59:47 (GMT)
committerNed Deily <nad@acm.org>2014-02-12 01:59:47 (GMT)
commita6ec5cf8257f76b1bd27e7db827208f4d808688d (patch)
treeec5813bfe4d440918b82d72e500e6d1247c5d6b9 /Mac
parentd630e79cc7ac59bd11faa2a4ad4f1d03a2e95c11 (diff)
parent892f4f9360bf7d8b276f538defe7ab11593efda8 (diff)
downloadcpython-a6ec5cf8257f76b1bd27e7db827208f4d808688d.zip
cpython-a6ec5cf8257f76b1bd27e7db827208f4d808688d.tar.gz
cpython-a6ec5cf8257f76b1bd27e7db827208f4d808688d.tar.bz2
Add references for Xcode and the Python Developer's Guideto the internal Mac/README file.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/Mac/README b/Mac/README
index 61634e9..2774d10 100644
--- a/Mac/README
+++ b/Mac/README
@@ -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
.................................