[Python-checkins] cpython (2.7): Add references for Xcode and the Python Developer's Guide

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


http://hg.python.org/cpython/rev/08f5b3c1674a
changeset:   89159:08f5b3c1674a
branch:      2.7
parent:      89151:1d253360d5a6
user:        Ned Deily <nad at acm.org>
date:        Tue Feb 11 17:57:14 2014 -0800
summary:
  Add references for Xcode and the Python Developer's Guide
to 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
@@ -81,6 +81,13 @@
 
   $ ./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
 ..................................
 

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


More information about the Python-checkins mailing list