Package Managers for C++ C++ Package Managers Package Managers Conan Website Docs GitHub decentralized works with many build systems: CMake, MSBuild, … binary packages Download Installer $ pip install conan $ brew install conan $ yay -S conan vcpkg Website Docs GitHub Visual Studio integration CMake support only builds from source $ git clone https://github.com/Microsoft/vcpkg.git $ ./vcpkg/bootstrap-vcpkg.sh $ git clone https://github.com/Microsoft/vcpkg.git $ .\vcpkg\bootstrap-vcpkg.bat $ vcpkg integrate install # MSBuild / Visual Studio Spack Website Docs GitHub programming-language agnostic (C, C++, Python, R, …) originated in HPC / scientific computing community can install many coexisting variants of library package versions and build configurations Hunter Docs GitHub CMake only Buckaroo Website Docs GitHub GitHub, BitBucket, GitLab, … integrates into various IDEs $ wget https://github.com/LoopPerfect/buckaroo/releases/download/v2.2.0/buckaroo-linux -O buckaroo $ chmod +x ./buckaroo $ ./buckaroo Executable Download $ choco install buckaroo $ brew install loopperfect/lp/buckaroo Related … Tools Ecosystem C++listpackage-managertools Last updated: 2021-06-08 Found this useful? Share it: Comments…
Comments…