Add vcpkg installation instructions

This commit is contained in:
NancyLi1013 2020-01-16 01:55:55 -08:00
parent 537f4ad624
commit 6ecf6181e3
1 changed files with 11 additions and 0 deletions

View File

@ -72,7 +72,18 @@ or later to build:
mkdir build
cd build && cmake ../ && make
```
Building Snappy - Using vcpkg
=============================
You can download and install Snappy 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 snappy
The Snappy 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.
Usage
=====