Skip to content
Snippets Groups Projects
README.md 704 B
Newer Older
# 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:

Daniel Sieger's avatar
Daniel Sieger committed
    git clone --recursive https://github.com/pmp-library/pmp-template.git
Daniel Sieger's avatar
Daniel Sieger committed
    cd pmp-template && mkdir build && cd build && cmake .. && make
Daniel Sieger's avatar
Daniel Sieger committed
Run the viewer:

    ./myviewer
Daniel Sieger's avatar
Daniel Sieger committed
As the pmp-library itself, this template is provided under a simple and flexible MIT-style
[license](https://github.com/pmp-library/pmp-template/blob/master/LICENSE.txt),
thereby allowing for both open-source and commercial usage.