3ada9b1ee86095f9bffe4dc2423e81845f2811bc
[pd-aubio.git] / README
1 pd-aubio contains various externals for PureData based on the aubio library.
2
3 For more information, see:
4   - aubio homepage: http://aubio.org
5   - puredata homepage: http://puredata.info
6
7 Building
8 --------
9
10 To build everything, run the usual:
11
12   $ ./configure && make 
13
14 Installing
15 ----------
16
17 To install the aubio external for puredata on your system, run the following as
18 root:
19
20   # make install
21
22 Running
23 -------
24
25 To load the external, start pd as follows
26
27   $ pd -lib aubio
28
29 If you want to use the external without installing it, the above command should
30 work as expected from the pd-aubio source directory. If needed, set your
31 LD_LIBRARY_PATH to include the path to the aubio library.