You can get GCC from Command Line Tools, too.

This commit is contained in:
kuyan
2013-04-19 22:49:36 -07:00
parent a435ff3907
commit ad955e6ab7
+5 -3
View File
@@ -20,9 +20,11 @@ Doing it Right
Let's install a real version of Python.
First, you'll need to have GCC installed to compile Python. You can either get
this from `XCode <http://developer.apple.com/xcode/>`_ or the smaller
`OSX-GCC-Installer <https://github.com/kennethreitz/osx-gcc-installer#readme>`_ package.
Before installing Python, you'll need to install GCC. GCC can be obtained
by downloading `XCode <http://developer.apple.com/xcode/>`_, the smaller
`Command Line Tools <https://developer.apple.com/downloads/>`_ (must have an
Apple account) or the even smaller `OSX-GCC-Installer <https://github.com/kennethreitz/osx-gcc-installer#readme>`_
package.
While Lion comes with a large number of UNIX utilities, those familiar with
Linux systems will notice one key component missing: a decent package manager.