]> granicus.if.org Git - python/commitdiff
Issue #25136: Add reference to 'xcode-select --install' to Mac README.
authorNed Deily <nad@python.org>
Wed, 24 Feb 2016 14:33:51 +0000 (01:33 +1100)
committerNed Deily <nad@python.org>
Wed, 24 Feb 2016 14:33:51 +0000 (01:33 +1100)
Mac/README

index 04c02a33868e1632169bf1b7024479f2bb19286f..fe49938167ee93ccd69d240e5a1d287c6be21c53 100644 (file)
@@ -46,7 +46,10 @@ OS X specific arguments to configure
   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.