Skip to content

Commit c435f06

Browse files
grdownseustas
authored andcommitted
Add vcpkg installation instructions (google#776)
1 parent 5c3a9a9 commit c435f06

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ https://groups.google.com/forum/#!forum/brotli
2121

2222
### Build instructions
2323

24+
#### Vcpkg
25+
26+
You can download and install brotli using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:
27+
28+
git clone https://github.com/Microsoft/vcpkg.git
29+
cd vcpkg
30+
./bootstrap-vcpkg.sh
31+
./vcpkg integrate install
32+
vcpkg install brotli
33+
34+
The brotli port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
35+
2436
#### Autotools-style CMake
2537

2638
[configure-cmake](https://github.com/nemequ/configure-cmake) is an

0 commit comments

Comments
 (0)