🕹️
Game Engine. hardCORE series
Udemy course / C++PatreonBoostyTelegramYouTube
  • 💻Lectures
    • 00. Promo
    • 01. What is game engine?
    • 02. C++ build process. Preprocessing
      • Preprocessor commands
      • Code
    • 03. C++ build process. Compilation Theory. Assembly
      • Compiler commands
      • Code
    • 04. C++ build process. Compiler optimizations
      • Compiler commands
      • Code
    • 05. C++ build process. Linker. Forward declaration
      • Compiler commands
      • Code
    • 06. C++ build process. Linker. Static and Dynamic libraries. PCH
      • Compiler commands
      • Code
      • Books
    • 07. СMAKE. Day1. Basics
      • CMAKE commands
      • Repository
    • 08. СMAKE. Day2. Libs
      • CMAKE commands
      • Repository
    • 09. Conan. C++ package manager
      • Conan commands
      • Repository
    • 10. Raylib. CMAKE additional topics
      • Repository
    • 11. Doodle Jump Game. Raylib. CMAKE pch and other topics
      • Repository
    • 12. Conan and CMAKE integration. Github workflows
      • Commands
      • Repository
    • 13. Engine. Layout
    • 14. Engine. Logging
    • 15. Engine. Window
    • 16. Engine. Window events. Input
  • Мои курсы
    • 🎮Unreal Engine — полное руководство по разработке на С++
    • 🧪Автоматизация и тестирование в Unreal Engine
    • 🔊Metasounds
    • 🏗️Design patterns
    • 🐍Snake game
    • 🧠OpenAI
  • LifeEXE сообщество
    • Ресурсы
Powered by GitBook
On this page
  • Conan
  • Install
  • Download
  • Detect profile
  • Configure
  • Consuming packages
  • CPR
  • nlohmann/json
  • Tests
  • MISC
  1. Lectures

09. Conan. C++ package manager

PreviousRepositoryNextConan commands

Last updated 4 months ago

Conan

Install

Download

Detect profile

Configure

Consuming packages

CPR

nlohmann/json

Tests

MISC

💻
LogoDownload PythonPython.org
LogoPython on Windows for beginnersMicrosoftLearn
LogoMicrosoft PowerToysMicrosoftLearn
Logonpm
LogoInstall — conan 2.7.1 documentation
LogoConan.io - the Open Source C and C++ Package Manager for Developers
LogoBuild a simple CMake project using Conan — conan 2.7.1 documentation
LogoBuild a simple CMake project using Conan — conan 2.7.1 documentation
Logoconan config — conan 2.7.1 documentation
Logoglobal.conf — conan 2.7.1 documentation
LogoJFrog ConanCenter - The Central Repository for C / C++ packages
Logoconan remote — conan 2.7.1 documentation
Logoremotes.json — conan 2.7.1 documentation
Page cover image
LogoConan Center will stop receiving updates for Conan 1.x packages soon
Logoconanfile.txt — conan 2.7.1 documentation
Logoconan list — conan 2.7.1 documentation
Logofind_package — CMake 3.30.3 Documentation
Logo/external (External headers diagnostics)MicrosoftLearn
Logosettings.yml — conan 2.7.1 documentation
Logoprofiles — conan 2.7.1 documentation
Logoconan install — conan 2.7.1 documentation
Logosettings.yml — conan 2.7.1 documentation
LogoGitHub - libcpr/cpr: C++ Requests: Curl for People, a spiritual port of Python Requests.GitHub
Logocpr - Introduction
LogoGitHub - nlohmann/json: JSON for Modern C++GitHub
LogoCreate and run unit tests with Google Test for C++ - Visual Studio (Windows)MicrosoftLearn
LogoRun unit tests with Test Explorer - Visual Studio (Windows)MicrosoftLearn
LogoConan.io - the Open Source C and C++ Package Manager for Developers
LogoConan.io - the Open Source C and C++ Package Manager for Developers
GoogleTest User’s GuideGoogleTest
LogoChuck Norris Jokes Api