vcpkg Crash Course | Visual Studio 2022 | C++ libraries simplified!
Want a simpler way to manage packages for Visual Studio 2022? vcpkg is an open-source Microsoft app that helps you manage a ton of packages really efficiently. This guide shows you how to install it, use it and more!
Downloads:
Visual Studio:
Microsoft’s vcpkg:
Download git:
Related Guides:
- vcpkg static libraries:
- In-depth vcpkg guide: (VS2019, but applies here)
- vcpkg static build guide (No DLLs):
Default pacage command:
VCPKG_DEFAULT_TRIPLET = x64-windows
Timestamps:
0:00 - Explanation
0:40 - Download/Install Git if not already
1:20 - Download vcpkg
1:57 - Installing vcpkg
2:57 - Search & Install packages with vcpkg
3:36 - Search & Install packages with x64 vcpkg
3:58 - Install packages with extras in vcpkg
4:15 - Where to find i
3 views
242
76
11 months ago 00:08:44 3
vcpkg Crash Course | Visual Studio 2022 | C++ libraries simplified!