You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,20 @@ Since `libsass` is a library, it makes sense to install it as a shared library o
33
33
34
34
-[Building shared system library][4]
35
35
36
+
### Building from vcpkg
37
+
38
+
The libsass port in [vcpkg][12] is kept up to date by Microsoft team members and community contributors. You can download and install libsass using the vcpkg dependency manager:
39
+
40
+
```bash
41
+
git clone https://github.com/Microsoft/vcpkg.git
42
+
cd vcpkg
43
+
./bootstrap-vcpkg.sh # ./bootstrap-vcpkg.bat for Windows
44
+
./vcpkg integrate install
45
+
./vcpkg install libsass
46
+
```
47
+
48
+
If the version is out of date, please [create an issue or pull request][12] on the vcpkg repository.
0 commit comments