aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGriffin Downs <35574547+grdowns@users.noreply.github.com>2019-10-01 13:53:11 -0700
committerEugene Kliuchnikov <eustas.ru@gmail.com>2019-10-01 22:53:10 +0200
commitc435f066751ef83aa4194445085a70ad9d193704 (patch)
tree05b81d31ebe6e81db113dbdc6ad47c276284c48c /README.md
parent5c3a9a937bd5978af08e06199a5e7e56cd6b2061 (diff)
downloadbrotli-c435f066751ef83aa4194445085a70ad9d193704.zip
brotli-c435f066751ef83aa4194445085a70ad9d193704.tar.gz
brotli-c435f066751ef83aa4194445085a70ad9d193704.tar.bz2
Add vcpkg installation instructions (#776)
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index d4db09d..017173c 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,18 @@ https://groups.google.com/forum/#!forum/brotli
### Build instructions
+#### Vcpkg
+
+You can download and install brotli using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:
+
+ git clone https://github.com/Microsoft/vcpkg.git
+ cd vcpkg
+ ./bootstrap-vcpkg.sh
+ ./vcpkg integrate install
+ vcpkg install brotli
+
+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.
+
#### Autotools-style CMake
[configure-cmake](https://github.com/nemequ/configure-cmake) is an