From: Arkady Shapkin Date: Mon, 30 Oct 2017 19:15:00 +0000 (-0700) Subject: Mention Windows (Vcpkg) build in README.md X-Git-Tag: v2017.11.06.00~36 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=cceed93af6d4d4b109a2dfd05ea76bb2ac383a5f 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 --- 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)