From 3c9dbb4b6d5a15624009335c618b38377c506b84 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 21 Mar 2015 17:12:55 +0000 Subject: [PATCH] README: general cleanup. --- README.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 44ec5c1..fa9c316 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ (free registration required) and search for "Command Line Tools" on Lion and Mountain Lion. @@ -16,7 +13,6 @@ Option 1: Downloading Pre-Built Binaries You can download the installers on the `Downloads page `_ or use the links below: -* OS X 10.8 Mountain Lion: `GCC-10.7.pkg `_ (Includes 10.7 Headers, so use with caution). * OS X 10.7 Lion: `GCC-10.7.pkg `_ * OS X 10.6 Snow Leopard: `GCC-10.6.pkg `_ @@ -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.