2012-06-01 08:37:17 -03:00
|
|
|
bpm-tools: Tempo (Beats Per Minute) analysis tools
|
|
|
|
|
|
2012-11-30 10:01:04 -02:00
|
|
|
(C) Copyright 2012 Mark Hills <mark@xwax.org>
|
2012-06-01 08:37:17 -03:00
|
|
|
|
|
|
|
|
See the COPYING file for licensing terms.
|
|
|
|
|
|
|
|
|
|
This software is distributed from the following site:
|
|
|
|
|
|
|
|
|
|
http://www.pogo.org.uk/~mark/bpm-tools/
|
2012-11-30 10:02:56 -02:00
|
|
|
|
|
|
|
|
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.
|