Commit 998d9bb6 authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Merge pull request #1044

Add vcpkg installation instructions
parents bf0117d7 038d5644
......@@ -67,6 +67,15 @@ brew install caf --HEAD
A [Conan](https://conan.io/) recipe for CAF along with pre-built libraries
for most platforms are available at [bincrafters/caf](https://bintray.com/bincrafters/public-conan/caf%3Abincrafters).
### VCPKG
You can build and install CAF using [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager with a single command:
```sh
vcpkg install caf
```
The caf port in vcpkg is kept up to date by Microsoft team members and community contributors.
## Get the Sources
......
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