Skip to content

Instantly share code, notes, and snippets.

@willbowling
Forked from nathos/gist:2509870
Created July 17, 2012 20:17
Show Gist options
  • Select an option

  • Save willbowling/3131771 to your computer and use it in GitHub Desktop.

Select an option

Save willbowling/3131771 to your computer and use it in GitHub Desktop.
Installing Sass & Compass on Mac OS X 10.5 Leopard (for @iDGS)
  1. Install Xcode 3.1.4 from: https://developer.apple.com/downloads/

  2. Install Homebrew by pasting the following into your terminal:

    /usr/bin/ruby -e "$(/usr/bin/curl -fksSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"

  3. Install Git by typing the following into your terminal:

    brew install git

  4. Install Sass & Compass by typing the following into your terminal:

    sudo gem install compass

    (you will be asked for your admin password)

  5. There's no step 5?

    (actually, check out my Middleman Bootstrap project. It's a nice starting point for building a new website)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment