vcpkg Crash Course | C++ libraries simplified! A Visual Studio must-have!

Channel:
Subscribers:
247,000
Published on ● Video Link: https://www.youtube.com/watch?v=b7SdgK7Y510



Duration: 20:20
42,080 views
925


What is Microsoft's vcpkg, and how do you use it in your C++ workflow? Well, this crash course tells you everything you need to know to start using it now, as well as many little tips and tricks that you might find useful later on. If you're confused about anything, this video should clear it up. With timestamps, you won't waste your time.

Downloads:
Visual Studio: https://visualstudio.microsoft.com/
Microsoft's vcpkg: https://github.com/Microsoft/vcpkg

Other links:
Command reference: https://docs.microsoft.com/en-us/cpp/build/vcpkg?view=vs-2019

Commands:
.\bootstrap-vcpkg.bat
.\vcpkg integrate install

Default x64/x32:
Name: VCPKG_DEFAULT_TRIPLET
Value: x64-windows

Timestamps:
0:00 - Explanation
0:31 - Requirements
0:52 - Checking if git is installed
1:05 - What is vcpkg?
2:12 - Clone vcpkg GitHub repo
2:51 - Installing/integrating vcpkg
4:18 - Command reference
4:37 - Checking if a package is available
5:03 - Downloading & building a package
5:22 - Downloading x64 and x32 [Multiple versions]
6:42 - Fixing slow/stopped downloads in the first run.
8:04 - Where ALL packages are saved
8:38 - Finding separate packages
9:19 - Why this program is so useful
9:42 - Building Boost And Boost x64 [Example]
10:23 - Building with extras
11:43 - What lots of packages look like
12:15 - Minor search tip
12:56 - Updating packages
13:53 - Removing a package
14:59 - Setting default x64 or x32
15:58 - Uninstalling/removing integration of vcpkg
16:26 - Using packages in a project
17:28 - Integration for projects, not global
19:14 - Moving vcpkg
19:50 - Complete uninstall vcpkg

-----------------------------
💸 Found this useful? Help me make more! Support me by becoming a member: https://youtube.com/channel/UCkih2oVTbXPEpVwE-U7kmHw/join
-----------------------------
💸 Direct donations via Ko-Fi: https://ko-fi.com/TCNOco
💬 Discuss video & Suggest (Discord): https://s.tcno.co/Discord
👉 Game guides & Simple tips: https://YouTube.com/TroubleChuteBasics
🌐 Website: https://tcno.co
📧 Need voice overs done? Business query? Contact my business email: TroubleChute (at) tcno.co

Everything in this video is my personal opinion and experience, and should not be considered professional advice. Always do your own research and make sure what you're doing is safe.







Tags:
vcpkg tutorial
vcpkg visual studio
vcpkg linux
vcpkg mac
vcpkg vscode
vcpkg visual studio 2017
vcpkg c++
vcpkg build static library
vcpkg boost
vcpkg commands
vcpkg command not found
vcpkg curl
vcpkg command not found mac
vcpkg for visual studio 2019
vcpkg for linux
vcpkg is not recognized
vcpkg is not installed
guide
crash course
tutorial
beginner
complete
course
information
help
how to