Maestro Core
This repository contains the Maestro Core Library, as developed for D3.2. It features the Maestro Core API, used by example code and a MVP demonstrator.
Installation
Please refer to INSTALL.md
Examples
Please use
make check
to build and run the test examples. This may take some time.
MVP demo
make check
also builds the demo executable in addition to examples.
To build the demo only, please use:
make demo_mvp_d3_2 -C tests/
The demo produces a certain number of CDO files. Please consider
cd tests
then
./demo_mvp_d3_2
to run the demo.
Documentation
Doxygen documentation is available and compiled in ./docs
folder.