From 0a0f06fb69e92d4b25e609175e1a73a1f268827a Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 5 Nov 2009 15:30:28 +0100 Subject: [PATCH 1/1] added basic README and ChangeLog --- ChangeLog | 3 +++ README | 31 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 ChangeLog create mode 100644 README 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. -- 2.11.0