From: Ned Deily Date: Wed, 12 Feb 2014 01:57:37 +0000 (-0800) Subject: Add references for Xcode and the Python Developer's Guide X-Git-Tag: v3.3.5rc1^2~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=892f4f9360bf7d8b276f538defe7ab11593efda8;p=python Add references for Xcode and the Python Developer's Guide to the internal Mac/README file. --- diff --git a/Mac/README b/Mac/README index 901a324053..8d4eb3b809 100644 --- a/Mac/README +++ b/Mac/README @@ -86,6 +86,13 @@ unix build. Universal builds were first supported with OS X 10.4 with Xcode 2.1 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 .................................