Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clarify compilers and how to get them.
  • Loading branch information
Dan Croak committed Apr 2, 2012
1 parent 842cd0d commit 2d6cef6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions 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)

Expand All @@ -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)
Expand Down

0 comments on commit 2d6cef6

Please sign in to comment.