VcPkg: The Open Source Cross-Platform Package Manager from Microsoft

Опубликовано: 16 Декабрь 2020
на канале: Utah Cpp Programmers
1,819
25

Richard Thomson gives us an informal introduction to vcpkg on both Windows and Linux.

Here's what we want from a package manager:
works identically across platforms
integrates with existing builds
easy to find packages
easy to consume packages
can use prebuilt binaries to save build time
can use local private packages as easily as public packages
works with continuous integration systems
doesn't require languages other than C/C++

How well does vcpkg fit the bill?

Utah C++ Programmers
Meetup: https://www.meetup.com/utah-cpp-progr...
Blog: https://utahcpp.wordpress.com/
Past topics: https://utahcpp.wordpress.com/past-me...
Future topics: https://utahcpp.wordpress.com/future-...