README: added simple instructions
authorPaul Brossier <piem@piem.org>
Thu, 5 Nov 2009 16:27:19 +0000 (17:27 +0100)
committerPaul Brossier <piem@piem.org>
Thu, 5 Nov 2009 16:27:19 +0000 (17:27 +0100)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
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