Home › Forums › Other › Compass/Sass on Windows › Re: Compass/Sass on Windows
May 30, 2012 at 1:21 am
#103647
Member
Here it is how you can install Compass/Sass on Windows:
1) Install Ruby from http://rubyinstaller.org/
2) Go to Windows Command Line(Start -> cmd)
3) Change directory to Ruby bin Folder. Eg C:Ruby193bin (It will be different to your version and installation directory)
4) Type ruby -v and if it get back with Ruby Version Number. Bravo, you are got to go.
Staying in the same directory (C:Ruby193bin)
5) Type gem install sass (It will install sass)
6) Type gem install compass (It will install compass)
7) Type compass version (If compass is running. It will get back with compass version and other info)
Thank you :)