Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 1.41 KB

File metadata and controls

26 lines (13 loc) · 1.41 KB

Consuming packages

  • Use Conan to manage dependencies for a simple application, a string compressor that uses Zlib. Docs
  • Use Conan to install and use build tools like CMake. Docs
  • Learn how to build for different configurations, like Release or Debug and build shared or static libraries. Docs
  • Learn about the flexibility of using a conanfile.py instead a conanfile.txt. Docs
  • Learn how to cross-compile your applications with Conan. Docs
  • Learn how to use different versions, version ranges and revisions. Docs