[Python-checkins] cpython (merge 3.3 -> default): Add references for Xcode and the Python Developer's Guideto the internal

ned.deily python-checkins at python.org
Wed Feb 12 03:00:34 CET 2014


http://hg.python.org/cpython/rev/b3d639d50bb8
changeset:   89161:b3d639d50bb8
parent:      89158:f56b98143792
parent:      89160:188c046d7afb
user:        Ned Deily <nad at acm.org>
date:        Tue Feb 11 17:59:47 2014 -0800
summary:
  Add references for Xcode and the Python Developer's Guideto the internal Mac/README file.

files:
  Mac/README |  7 +++++++
  1 files changed, 7 insertions(+), 0 deletions(-)


diff --git a/Mac/README b/Mac/README
--- a/Mac/README
+++ b/Mac/README
@@ -86,6 +86,13 @@
 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
 .................................
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list