IT:About/CSS/Compass:HowTo:Install
Process
Once you've installed Ruby and SASS (see Install) install Compass using gem:
gem install compass
It will fetch the package over the wire, and you'll see something like:
$ sudo gem install compass Fetching: sass-3.1.3.gem (100%) Fetching: compass-0.11.3.gem (100%) Successfully installed sass-3.1.3 Successfully installed chunky_png-1.2.0 Successfully installed fssm-0.2.7 Successfully installed compass-0.11.3 4 gems installed
Installs files to C:\ProgramFiles\Ruby193\bin which seems messy…but what do I know…
As it is in the Ruby PATH, you can use the Compass command from the command line.