From a042e8067fd779c6c95ff2ce267e79cadcc1c5fe Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 5 Nov 2009 17:27:19 +0100 Subject: [PATCH] README: added simple instructions --- README | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..bfecbab --- /dev/null +++ b/README @@ -0,0 +1,26 @@ +java-aubio contains a basic java module for aubio. + +For more information, see: + - aubio homepage: http://aubio.org + +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 + +Testing +------- + +To test the package, run: + + $ make simple_test -- 2.11.0