Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 321 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 321 Bytes

pacemaker

Requirements

Build
  • pre-commit
  • clang-format
Runtime
  • JACK Audio Server

Build

Setup pre-commit hooks:

$ pre-commit install

Configure CMake:

$ cmake --list-presets
$ cmake --preset linux-clang-debug

Compile:

$ cd build
$ cmake --build . --config debug