Skip to content

Commit 8c8d23b

Browse files
authored
Add doc for vcpkg installation of the library
Since it is available through vcpkg, it could be useful for some users to have the doc about how to install and use the library through this channel.,
1 parent a724a69 commit 8c8d23b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,17 @@ written to be platform-independent, however, and should work across all processo
426426
Due to the complexity of the implementation and the difficult-to-test nature of lock-free code in general,
427427
there may still be bugs. If anyone is seeing buggy behaviour, I'd like to hear about it! (Especially if
428428
a unit test for it can be cooked up.) Just open an issue on GitHub.
429+
430+
## Using vcpkg
431+
You can download and install `moodycamel::ConcurrentQueue` using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
432+
433+
git clone https://github.com/Microsoft/vcpkg.git
434+
cd vcpkg
435+
./bootstrap-vcpkg.sh
436+
./vcpkg integrate install
437+
vcpkg install concurrentqueue
438+
439+
The `moodycamel::ConcurrentQueue` port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
429440

430441
## License
431442

0 commit comments

Comments
 (0)