-
Install Xcode 3.1.4 from: https://developer.apple.com/downloads/
-
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)"
-
Install Git by typing the following into your terminal:
brew install git
-
Install Sass & Compass by typing the following into your terminal:
sudo gem install compass
(you will be asked for your admin password)
-
There's no step 5?
(actually, check out my Middleman Bootstrap project. It's a nice starting point for building a new website)
Created
April 27, 2012 14:49
-
-
Save nathos/2509870 to your computer and use it in GitHub Desktop.
Installing Sass & Compass on Mac OS X 10.5 Leopard (for @iDGS)
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
Thanks colinjoy for the solution