From: Paul Brossier Date: Thu, 5 Nov 2009 16:27:19 +0000 (+0100) Subject: README: added simple instructions X-Git-Tag: bzr2git~2 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=a042e8067fd779c6c95ff2ce267e79cadcc1c5fe;p=java-aubio.git README: added simple instructions --- 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