diff --git a/README.md b/README.md index 6576772..eec73fd 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,20 @@ make make install ``` +Alternatively, You can build and install woff2 using [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager: + +``` +git clone https://github.com/Microsoft/vcpkg.git +cd vcpkg +./bootstrap-vcpkg.sh # ./bootstrap-vcpkg.bat for Windows +./vcpkg integrate install +./vcpkg install woff2 +``` + +The woff2 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. + + ## Run Ensure the binaries from the build process are in your $PATH, then: