]> granicus.if.org Git - python/commitdiff
Add references for Xcode and the Python Developer's Guide
authorNed Deily <nad@acm.org>
Wed, 12 Feb 2014 01:57:14 +0000 (17:57 -0800)
committerNed Deily <nad@acm.org>
Wed, 12 Feb 2014 01:57:14 +0000 (17:57 -0800)
to the internal Mac/README file.

Mac/README

index 0a07b5ebc9544c013e1ed64221caa247544de827..a017c703af7b10fa756c99db901cbadf074ad814 100644 (file)
@@ -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
 ..................................