Commit cceed93a authored by Arkady Shapkin's avatar Arkady Shapkin Committed by Facebook Github Bot

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
parent 18882128
...@@ -216,6 +216,12 @@ Download and install folly with the parameters listed below: ...@@ -216,6 +216,12 @@ Download and install folly with the parameters listed below:
sudo make install 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 #### Other Linux distributions
- double-conversion (https://github.com/google/double-conversion) - double-conversion (https://github.com/google/double-conversion)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment