Consuming packages Build a simple CMake project using Conan Use Conan to manage dependencies for a simple application, a string compressor that uses Zlib. Docs Using build tools as Conan packages Use Conan to install and use build tools like CMake. Docs Building for multiple configurations: Release, Debug, Static and Shared Learn how to build for different configurations, like Release or Debug and build shared or static libraries. Docs Using conanfile.py vs conanfile.txt Learn about the flexibility of using a conanfile.py instead a conanfile.txt. Docs How to cross-compile your applications using Conan Learn how to cross-compile your applications with Conan. Docs Introduction to versioning Learn how to use different versions, version ranges and revisions. Docs