About 21,100 results
Open links in new tab
  1. Introduction — conan 2.23.0 documentation

    Conan is a dependency and package manager for C and C++ languages. It is free and open-source, works in all platforms (Windows, Linux, macOS, FreeBSD, Solaris, etc.), and can be used …

  2. Conan 2.0: C and C++ Open Source Package Manager

    Conan is an open source, decentralized and multi-platform package manager for C and C++ that allows you to create and share all your native binaries.

  3. Speeding Up Your GitHub Builds with the Official Conan Action

    Apr 22, 2025 · The official Conan GitHub Action, maintained by the Conan team, takes care of setting up the Conan client for you. It’s available on the GitHub Marketplace and is designed for …

  4. conan build — conan 2.23.0 documentation

    5 days ago · 📖 The Conan 2 essentials training is now available in the JFrog Academy for free. Register now.

  5. Introducing the conan audit Command for Scanning C++ CVEs

    Mar 19, 2025 · Learn how the new conan audit command helps you detect CVEs in your C++ dependencies, ensuring a more secure development workflow.

  6. Conan Center will stop receiving updates for Conan 1.x packages …

    Sep 30, 2024 · Conan Center will soon stop providing updates for Conan 1.x packages as the platform shifts focus to supporting Conan 2.x.

  7. Level Up Your C++ Game Dev: raylib, the Free CLion, and Conan!

    May 13, 2025 · This is the perfect opportunity to dive into game development with C++ using Conan and CLion. In this post, we’ll explore raylib, a simple and fun C library for game …

  8. FAQ — conan 2.23.0 documentation

    The conan create command by default creates packages for the “host” context, using the “host” profile. But if the package we are creating is intended to be used as a tool, that is, as a …

  9. sqlitemap - Conan 2.0: C and C++ Open Source Package Manager

    May 18, 2025 · Conan is an open source, decentralized and multi-platform package manager for C and C++ that allows you to create and share all your native binaries.

  10. Build a simple CMake project using Conan

    Conan, by default, tries to install libraries from a remote server called ConanCenter. You can search there for libraries and also check the available versions.