mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 03:04:36 +03:00
Merge pull request #109 from gamingrobot/patch-1
Add vcpkg to package managers
This commit is contained in:
@@ -47,6 +47,7 @@ Package management is an important topic in C++, with currently no clear winner.
|
|||||||
* [qpm](https://www.qpm.io/) - Package manager for Qt
|
* [qpm](https://www.qpm.io/) - Package manager for Qt
|
||||||
* [build2](https://build2.org/) - cargo-like package management for C++
|
* [build2](https://build2.org/) - cargo-like package management for C++
|
||||||
* [Buckaroo](https://buckaroo.pm) - Truly decentralized cross-platform dependency manager for C/C++ and more
|
* [Buckaroo](https://buckaroo.pm) - Truly decentralized cross-platform dependency manager for C/C++ and more
|
||||||
|
* [Vcpkg](https://github.com/microsoft/vcpkg) - C++ Library Manager for Windows, Linux, and MacOS
|
||||||
|
|
||||||
## Continuous Integration
|
## Continuous Integration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user