Go to file
Mark Hills edca668e4d Default optimisation 2013-05-21 21:22:39 +01:00
.gitignore No dynamic dependencies yet 2011-12-05 23:06:53 +00:00
COPYING Copyright and licensing and beta 2011-12-11 18:59:47 +00:00
Makefile Default optimisation 2013-05-21 21:22:39 +01:00
README Update copyright 2013-05-21 21:21:49 +01:00
bpm-graph Update copyright 2013-05-21 21:21:49 +01:00
bpm-graph.1 Add man page 2013-05-21 21:21:28 +01:00
bpm-tag Update copyright 2013-05-21 21:21:49 +01:00
bpm-tag.1 Add man page 2013-05-21 21:21:28 +01:00
bpm.1 Add man page 2013-05-21 21:21:28 +01:00
bpm.c Update copyright 2013-05-21 21:21:49 +01:00

README

bpm-tools: Tempo (Beats Per Minute) analysis tools

(C) Copyright 2013 Mark Hills <mark@xwax.org>

See the COPYING file for licensing terms.

This software is distributed from the following site:

  http://www.pogo.org.uk/~mark/bpm-tools/

The build is controlled via Makefile variables. In general
you should be able to build using:

  $ make
  $ make install

To change the target prefix, for example:

  $ make install PREFIX=/opt/bpm-tools

The Makefile picks up additional variables from a .config file
in the source directory. You will prefer to use this if you want
to control build flags for testing and debugging.