[Python-checkins] cpython (2.7): Issue #25136: Add reference to 'xcode-select --install' to Mac README.
ned.deily
python-checkins at python.org
Wed Feb 24 09:35:58 EST 2016
https://hg.python.org/cpython/rev/157eb9d40bf9
changeset: 100324:157eb9d40bf9
branch: 2.7
parent: 100321:d315e9f98bba
user: Ned Deily <nad at python.org>
date: Thu Feb 25 01:33:51 2016 +1100
summary:
Issue #25136: Add reference to 'xcode-select --install' to Mac README.
files:
Mac/README | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Mac/README b/Mac/README
--- a/Mac/README
+++ b/Mac/README
@@ -46,7 +46,10 @@
The optional argument specifies which OS X SDK should be used to perform the
build. This defaults to ``/Developer/SDKs/MacOSX.10.4u.sdk``. When building
on OS X 10.5 or later, you can specify ``/`` to use the installed system
- headers rather than an SDK.
+ headers rather than an SDK. As of OS X 10.9, you should install the optional
+ system headers from the Command Line Tools component using ``xcode-select``::
+
+ $ sudo xcode-select --install
See the section _`Building and using a universal binary of Python on Mac OS X`
for more information.
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list