Skip to content

Commit

Permalink
add alternative to "do the finger dance" method
Browse files Browse the repository at this point in the history
Beginners, those unfamiliar with Visual Studio, and those unfamiliar with building executables in general may get hung up on "do the finger dance" parlance.
  • Loading branch information
aaronkelton authored and xzyfer committed Dec 7, 2019
1 parent 265780c commit 3e73bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building/windows-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ git clone https://github.com/sass/sassc
Otherwise download LibSass and SassC sources from github, unzip and arrange so the structure looks like: `libsass\sassc`. If you want LibSass repo directory to be placed somewhere else, then set the environment variable `LIBSASS_DIR` with relative path based at the location of `sassc.sln`.

## From Visual Studio:
Open `projects\libsass\sassc\win\sassc.sln`, and do the finger dance `Ctrl+Shift+B` to build `sassc.exe`.
Open `projects\libsass\sassc\win\sassc.sln`, and do the finger dance `Ctrl+Shift+B` (or right-click sassc.sln and select Build) to build `sassc.exe`.

Visual Studio will form the filtered source tree as shown below:

Expand Down

0 comments on commit 3e73bae

Please sign in to comment.