summaryrefslogtreecommitdiff
path: root/Mac/README
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-02-11 17:59:47 -0800
committerNed Deily <nad@acm.org>2014-02-11 17:59:47 -0800
commit873b789dcb4ec4ecd24a42db006b3b235de66fdf (patch)
treec33e689be35f79c19de110ddbe6ebae9efc72c03 /Mac/README
parent923d3b2585673ef310302069e598d4784bb8084f (diff)
parentcdfe29d3fa9d1c36f113f579f9f29c79bb204932 (diff)
downloadcpython-873b789dcb4ec4ecd24a42db006b3b235de66fdf.tar.gz
Add references for Xcode and the Python Developer's Guideto the internal Mac/README file.
Diffstat (limited to 'Mac/README')
-rw-r--r--Mac/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/Mac/README b/Mac/README
index 61634e9c2a..2774d10e36 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
.................................