Skip to content

Commit 3912152

Browse files
Cheney-Wlewissbaker
authored andcommitted
Add vcpkg installation instructions
1 parent a87e97f commit 3912152

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3156,6 +3156,20 @@ ninja install
31563156

31573157
This will build and install libc++ into the same install directory where you have clang installed.
31583158

3159+
## Installing from vcpkg
3160+
3161+
The cppcoro port in vcpkg is kept up to date by Microsoft team members and community contributors. The url of vcpkg is: https://github.com/Microsoft/vcpkg . You can download and install cppcoro using the vcpkg dependency manager:
3162+
3163+
```shell
3164+
git clone https://github.com/Microsoft/vcpkg.git
3165+
cd vcpkg
3166+
./bootstrap-vcpkg.sh # ./bootstrap-vcpkg.bat for Windows
3167+
./vcpkg integrate install
3168+
./vcpkg install cppcoro
3169+
```
3170+
3171+
If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
3172+
31593173
# Support
31603174

31613175
GitHub issues are the primary mechanism for support, bug reports and feature requests.

0 commit comments

Comments
 (0)