Skip to content

YassenEfremov/cpm

Repository files navigation

CPM - A C/C++ Package Manager

CPM is a C/C++ Package Manager made for my diploma thesis.

Installation

Windows and Linux

Check out the latest release here for binaries, installers and tarballs.

Build from source

To build the project you need CMake and ninja.

After that clone the repository and execute the following commands:

cd cpm
git submodule update --init --progress
mkdir build && cd build
cmake .. -G Ninja
cmake --build .
cmake --install . # requires sudo or Administrator

Available packages

The packages that can be installed with cpm can be found here.