projects
/
java-aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
791a434
)
README: added simple instructions
author
Paul Brossier
<piem@piem.org>
Thu, 5 Nov 2009 16:27:19 +0000
(17:27 +0100)
committer
Paul Brossier
<piem@piem.org>
Thu, 5 Nov 2009 16:27:19 +0000
(17:27 +0100)
README
[new file with mode: 0644]
patch
|
blob
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