Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Commit

Permalink
README: general cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Mar 21, 2015
1 parent 8432e1c commit 3c9dbb4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
OSX GCC Installer
=================

Downloading and installing the *massive* Xcode installer is a huge hassle
if you just want GCC and related tools.

The osx-gcc-installer allows you to install the essential compilers from either pre-built binary packages or helps you create your own installer.

For Lion and above users, **Apple now provides an official Command Line Tools for Xcode package** that you can install without needing to install Xcode itself! You can install it with ``xcode-select --install`` on Mavericks and Yosemite or download it from `Apple's developer site <https://developer.apple.com/downloads/>`_ (free registration required) and search for "Command Line Tools" on Lion and Mountain Lion.
Expand All @@ -16,7 +13,6 @@ Option 1: Downloading Pre-Built Binaries
You can download the installers on the
`Downloads page <https://github.com/kennethreitz/osx-gcc-installer/downloads>`_ or use the links below:

* OS X 10.8 Mountain Lion: `GCC-10.7.pkg <https://github.com/downloads/kennethreitz/osx-gcc-installer/GCC-10.7-v2.pkg>`_ (Includes 10.7 Headers, so use with caution).
* OS X 10.7 Lion: `GCC-10.7.pkg <https://github.com/downloads/kennethreitz/osx-gcc-installer/GCC-10.7-v2.pkg>`_
* OS X 10.6 Snow Leopard: `GCC-10.6.pkg <https://github.com/downloads/kennethreitz/osx-gcc-installer/GCC-10.6.pkg>`_

Expand Down Expand Up @@ -65,5 +61,4 @@ Troubleshooting
is known to cause various difficult-to-diagnose problems and is not recommended.

If you intend to only use command line tools you should first uninstall Xcode entirely before
installing osx-gcc-installer, or see below for other options.

installing osx-gcc-installer.

0 comments on commit 3c9dbb4

Please sign in to comment.