added basic README and ChangeLog
authorPaul Brossier <piem@piem.org>
Thu, 5 Nov 2009 14:30:28 +0000 (15:30 +0100)
committerPaul Brossier <piem@piem.org>
Thu, 5 Nov 2009 14:30:28 +0000 (15:30 +0100)
ChangeLog [new file with mode: 0644]
README [new file with mode: 0644]

diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..084d2da
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,3 @@
+2009-11-05  Paul Brossier  <piem@aubio.org>
+
+       * aubio_setup.c: imported from aubio branch
diff --git a/README b/README
new file mode 100644 (file)
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.