8000 Merge pull request #110 from kathu/patch-1 · saharFor/cppbestpractices@a5fea49 · GitHub
[go: up one dir, main page]

Skip to content

Commit a5fea49

Browse files
authored
Merge pull request cpp-best-practices#110 from kathu/patch-1
added vcpkg library manager to Tools section
2 parents 13018f3 + 4a41888 commit a5fea49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-Use_the_Tools_Available.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Package management is an important topic in C++, with currently no clear winner.
4747
* [qpm](https://www.qpm.io/) - Package manager for Qt
4848
* [build2](https://build2.org/) - cargo-like package management for C++
4949
* [Buckaroo](https://buckaroo.pm) - Truly decentralized cross-platform dependency manager for C/C++ and more
50-
* [Vcpkg](https://github.com/microsoft/vcpkg) - C++ Library Manager for Windows, Linux, and MacOS
50+
* [Vcpkg](https://github.com/microsoft/vcpkg) - Microsoft C++ Library Manager for Windows, Linux, and MacOS
5151

5252
## Continuous Integration
5353

0 commit comments

Comments
 (0)
0