Skip to content

Commit 0753496

Browse files
authored
Merge pull request cameron314#253 from Thieum/patch-1
Add doc for vcpkg installation of the library
2 parents a724a69 + 8c8d23b commit 0753496

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
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)