From: PhoebeHui Date: Fri, 17 Jan 2020 11:31:08 +0000 (-0800) Subject: Add vcpkg installation instructions X-Git-Tag: v1.4.5^2~112^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e8222be587f4d3471f65818d5494d4a6a8ab40c;p=thirdparty%2Fzstd.git Add vcpkg installation instructions --- diff --git a/README.md b/README.md index c94c7882a..cd08f09a8 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,11 @@ example about how Meson is used to build this project. Note that default build type is **release**. +### VCPKG +If you are using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager, +you can build and install zstd with CMake integration in a single command: +- `vcpkg install zstd` + ### Visual Studio (Windows) Going into `build` directory, you will find additional possibilities: