cfpm: C-Family Package Manager

cfpm is a package manager designed to manage C / C++ packages.

Installation

Requirements

cfpm requires at least Python 3.7 to run.

Use pip

Make sure the pip comes from Python 3. Use pip -V to verify it.

$ pip install cfpm

You can also upgrade it using pip using pip install cfpm --upgrade.

Build from source

Building from source is easy too. Clone the repo and pip install will do the
work.

$ git clone https://github.com/project-cfpm/cfpm.git
$ cd cfpm
$ pip install .

Quickstart

TODO

GitHub - project-cfpm/cfpm: C-Family Package Manager
C-Family Package Manager. Contribute to project-cfpm/cfpm development by creating an account on GitHub.