Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 740 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 740 Bytes

pmp-template

This repository provides a simple project template for writing your own algorithms and applications using the pmp-library. It directly includes the pmp-library repository as a git submodule. To get started, just clone the repository recursively:

git clone --recursive https://github.com/pmp-library/pmp-template.git

Configure and build:

cd pmp-template && mkdir build && cd build && cmake .. && make

This will automatically build the pmp-library and its dependencies.

License

As the pmp-library itself, this template is provided under a simple and flexible MIT-style license, thereby allowing for both open-source and commercial usage.