Skip to content

Instantly share code, notes, and snippets.

@nathos
Created April 27, 2012 14:49
Show Gist options
  • Save nathos/2509870 to your computer and use it in GitHub Desktop.
Save nathos/2509870 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)

@ahmadajmi
Copy link

Thanks colinjoy for the solution

@rihankhan
Copy link

Hi i try to install sass&compass with homebrew like this ( brew install compass ) but i get this error (Error: No available formula for compass
searching taps...)

Any help? :) thanks

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