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
Squashed 'libsass_src/' changes from f6afdbb9..7037f03f
7037f03f Merge pull request #3184 from mgreter/bugfix/x-mas-2023
5bb0ea0c Fix most urgent issues in 2023
2102188d Merge pull request #3176 from LilyWangLL/vcpkg-instructions
f0605a31 Add vcpkg installation instructions
006bbf5c docs: Fix a few typos (#3172)
b035bc3f Merge pull request #3169 from Taritsyn/master
0161a9f2 Add support of Visual Studio 2022 to the Visual C++ project file
da91d985 Remove references to libsass.org (#3160)
d593a6b1 Create libsass.spec
2f383929 Remove slack invite link from readme
git-subtree-dir: libsass_src
git-subtree-split: 7037f03fabeb2b18b5efa84403f5a6d7a990f460
Copy file name to clipboardExpand all lines: libsass_src/Readme.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ Originally created by Aaron Leung ([@akhleung]) and Hampton Catlin ([@hcatlin])
10
10
[](http://isitmaintained.com/project/sass/libsass"Percentage of issues still open")
11
11
[](http://isitmaintained.com/project/sass/libsass"Average time to resolve an issue")
Copy file name to clipboardExpand all lines: libsass_src/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