Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e76a6d5

Browse files
committed
Issue #25136: Add reference to 'xcode-select --install' to Mac README.
1 parent 5988498 commit e76a6d5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Mac/README

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,12 @@ OS X specific arguments to configure
4646
The optional argument specifies which OS X SDK should be used to perform the
4747
build. If xcodebuild is available and configured, this defaults to
4848
the Xcode default MacOS X SDK, otherwise ``/Developer/SDKs/MacOSX.10.4u.sdk``
49-
if available or ``/`` if not.
49+
if available or ``/`` if not. When building on OS X 10.5 or later, you can
50+
specify ``/`` to use the installed system headers rather than an SDK. As of
51+
OS X 10.9, you should install the optional system headers from the Command
52+
Line Tools component using ``xcode-select``::
53+
54+
$ sudo xcode-select --install
5055

5156
See the section _`Building and using a universal binary of Python on Mac OS X`
5257
for more information.

0 commit comments

Comments
 (0)