From: Paul Brossier Date: Thu, 5 Nov 2009 14:30:28 +0000 (+0100) Subject: added basic README and ChangeLog X-Git-Tag: 0.3~30 X-Git-Url: https://git.aubio.org/?p=pd-aubio.git;a=commitdiff_plain;h=0a0f06fb69e92d4b25e609175e1a73a1f268827a added basic README and ChangeLog --- diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..084d2da --- /dev/null +++ b/ChangeLog @@ -0,0 +1,3 @@ +2009-11-05 Paul Brossier + + * aubio_setup.c: imported from aubio branch diff --git a/README b/README new file mode 100644 index 0000000..3ada9b1 --- /dev/null +++ b/README @@ -0,0 +1,31 @@ +pd-aubio contains various externals for PureData based on the aubio library. + +For more information, see: + - aubio homepage: http://aubio.org + - puredata homepage: http://puredata.info + +Building +-------- + +To build everything, run the usual: + + $ ./configure && make + +Installing +---------- + +To install the aubio external for puredata on your system, run the following as +root: + + # make install + +Running +------- + +To load the external, start pd as follows + + $ pd -lib aubio + +If you want to use the external without installing it, the above command should +work as expected from the pd-aubio source directory. If needed, set your +LD_LIBRARY_PATH to include the path to the aubio library.