Using the Conan C/C++ package manager, you will learn how to create packages with pre-compiled binaries for multiple platforms and configurations, upload them to Artifactory and consume them again. Covered topics will include versioning schemes, ABI compatibility, getting code from external sources, and packaging and consuming different types of libraries (header-only, static, shared) in different OS.
Also how to use conan in a Jenkins CI environment will be addressed. Everything will be practical with fully working examples