C++ Package Managers - Simplifying Dependency Management
Offered By: CppCon via YouTube
Course Description
Overview
Discover how to effectively manage C++ dependencies in this comprehensive conference talk from CppCon 2022. Learn about different types of package managers, including system package managers like apt and Homebrew, build system-centric package managers like NuGet, and language package managers like vcpkg and Conan. Explore the pros and cons of various solutions and understand how to configure your workflow to save time and reduce maintenance overhead. Gain insights into scenarios such as acquiring open-source and private libraries, automatically building libraries from source, using libraries locally and in CI, working with different build systems and operating systems, and obtaining developer tools from package managers. By the end of this talk, acquire a comprehensive understanding of how package managers can alleviate dependency management challenges in C++ development.
Syllabus
C++ Package Manager - C++ Dependencies Don't Have To Be Painful! - Augustin Popa
Taught by
CppCon
Related Courses
Using Conan in a Real-World Complex ProjectNDC Conferences via YouTube Package Management in C++
NDC Conferences via YouTube Modern Alternatives to Make
NDC Conferences via YouTube CMake + Conan - 3 Years Later
CppNow via YouTube Git, CMake, Conan - How to Ship and Reuse Our C++ Projects
CppNow via YouTube