mirror of https://github.com/google/snappy.git
Add vcpkg installation instructions
This commit is contained in:
parent
537f4ad624
commit
6ecf6181e3
11
README.md
11
README.md
|
@ -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
|
||||
=====
|
||||
|
||||
|
|
Loading…
Reference in New Issue