From cceed93af6d4d4b109a2dfd05ea76bb2ac383a5f Mon Sep 17 00:00:00 2001 From: Arkady Shapkin Date: Mon, 30 Oct 2017 12:15:00 -0700 Subject: [PATCH] Mention Windows (Vcpkg) build in README.md Summary: Closes https://github.com/facebook/folly/pull/697 Reviewed By: yfeldblum Differential Revision: D6144274 Pulled By: Orvid fbshipit-source-id: a79a2e36e8fcf271925e97ece2a6adbb3c074216 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 10022da2..0e8c98b9 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,12 @@ Download and install folly with the parameters listed below: sudo make install ``` +#### Windows (Vcpkg) + +folly is available in [Vcpkg](https://github.com/Microsoft/vcpkg#vcpkg-) and releases may be built via `vcpkg install folly`. + +You may also use `vcpkg install folly --head` to build against `master`. + #### Other Linux distributions - double-conversion (https://github.com/google/double-conversion) -- 2.34.1