Skip to content

Commit

Permalink
Add vcpkg installation instructions (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
grdowns authored and eustas committed Oct 1, 2019
1 parent 5c3a9a9 commit c435f06
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit c435f06

Please sign in to comment.