Building Portable C++ Packages - The Curse of Abundance
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore the challenges and solutions of building portable C++ packages in this ACCU 2021 conference talk. Delve into the overwhelming variety of build tools available for C++ projects, including Makefile, autotools, shell scripts, Waf, Bazel, Maven, QMake, and CMake. Learn from the speaker's experience integrating libraries built with different tools for a vinyl-to-digital converter project, aiming for cross-platform compatibility on Linux, Mac, and Windows. Gain insights into the current landscape of build tools, dependency management, and CI/CD pipelines. Discover how to navigate the complexities of open-source dependencies, IDE support, and cross-platform development. Follow the journey of simplifying the build process using Conan and addressing Linux packaging with Applmage. Benefit from practical advice on choosing the right build tools and managing dependencies effectively in C++ projects.
Syllabus
VIRTUAL EVENT Building Portable C++ Packages: The Curse of Abundance
How to build C++ code?
What about cross-platform compatibility?
Maybe some IDE support?
Building an app with some Open Source dependencies
Dependency management
Choosing a build tool for an app
How to handle the deps?
What I didn't like
Time to clean up!
Enter Conan
More cleaning up
Linux packaging
Applmage
Questions?
Taught by
ACCU Conference
Related Courses
Khronos Sycl Language Framework for C++ Accelerators - Take Advantage of All the MIPSACCU Conference via YouTube Space Invaders - The C++20 Spaceship Operator is Upon Us
ACCU Conference via YouTube Grinding, Farming, and Alliances - Become a Better Programmer by Using Words and Ideas From Casual Gaming
ACCU Conference via YouTube Designing for C++ Concurrency Using Message Passing
ACCU Conference via YouTube Productivity in C++ Game Development - Inside the Mind of an AAA Game Developer
ACCU Conference via YouTube