Skip to content

Building

Egor Dmitriev edited this page Sep 10, 2018 · 1 revision

Building

Dependencies

Few useful CMake flags

DGMOCK_ROOT, Dpybind11_INCLUDE_DIR, DBLAS_LIBRARY, DLAPACK_LIBRARY, DARMADILLO_INCLUDE_DIR, DARMADILLO_LIBRARY, DSIGPACK_INCLUDE_DIR, DFFTW_ROOT, DPYTHON_EXECUTABLE

Build targets

use cmake --build . --target my_target here

  • main - command line tool for tempo extraction
  • tempo_estimation_py - python bindings for tempo_estimation library
  • tempo_estimation - library with utilities for signal processign and tempo information extraction

Build python bindings

python pip install .

Clone this wiki locally