From 2d6cef6db618c3a99e0d68864aaa79815eb8b018 Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Sun, 1 Apr 2012 22:57:03 -0300 Subject: [PATCH] Clarify compilers and how to get them. --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 532102e85..7b5645c2f 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,19 @@ Laptop ====== -Laptop is a set of scripts to get your Max OS X laptop set up as a Rails development machine. +Laptop is a script to set up your Max OS X laptop as a Rails development machine. Install ------- -Uninstall XCode: +Before you run this script, you need compilers like GCC, LLVM, and Clang. - sudo /Developer/Library/uninstall-devtools --mode=all +Get them via [OS X GCC Installer](https://github.com/kennethreitz/osx-gcc-installer/) +if you're on Snow Leopard (OS X 10.6) or +[Command Line Tools for XCode](https://developer.apple.com/downloads/index.action) +if you're on Lion (OS X 10.7). -Install [Command Line Tools for XCode](https://developer.apple.com/downloads/index.action) (171MB). - -Run our one-liner: +Run the script: bash < <(curl -s https://raw.github.com/thoughtbot/laptop/master/mac) @@ -28,7 +29,7 @@ What it sets up * Redis (for storing key-value data) * ImageMagick (for cropping and resizing images) * RVM (for managing versions of the Ruby programming language) -* Ruby 1.9.2 stable (for writing general-purpose code) +* Ruby language (for writing general-purpose code) * Bundler gem (for managing Ruby libraries) * Rails gem (for writing web applications) * Heroku gem (for interacting with the Heroku API)