File: README

package info (click to toggle)
bpm-tools 0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 132 kB
  • sloc: ansic: 209; sh: 118; makefile: 24
file content (23 lines) | stat: -rw-r--r-- 623 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.