A python package manager designed to manage C / C++ packages
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 thework. $ git clone https://github.com/project-cfpm/cfpm.git $ cd cfpm $ […]
Read more