summaryrefslogtreecommitdiff
path: root/Mac
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-02-11 17:57:14 -0800
committerNed Deily <nad@acm.org>2014-02-11 17:57:14 -0800
commit3dc529f3d52f3b5b7e2193d49c6b3607702dd3b9 (patch)
tree7893f574b8072a7eca7913e6c296af7414cdfdf5 /Mac
parent2c7320bc117acc45bb82fd66c0c8f6f7f1beebac (diff)
downloadcpython-3dc529f3d52f3b5b7e2193d49c6b3607702dd3b9.tar.gz
Add references for Xcode and the Python Developer's Guide
to 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 0a07b5ebc9..a017c703af 100644
--- a/Mac/README
+++ b/Mac/README
@@ -81,6 +81,13 @@ you can use the system headers instead of an SDK::
$ ./configure --enable-universalsdk=/
+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 Flavours of universal binaries
..................................