Summary
This episode explores the vcpkg package manager from Microsoft, completing Jason's three-part series on C++ package managers. He demonstrates how to install and use vcpkg on Linux, showing the process of setting up the fmt library as a dependency in a simple C++ project. Jason compares vcpkg to previously covered package managers (Conan and Hunter), noting its cross-platform support despite being originally designed for Visual Studio.