aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--README17
2 files changed, 17 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 6e7b03d..07b94cd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTIONS = foreign
+AUTOMAKE_OPTIONS = foreign dist-bzip2 no-dist-gzip
EXEEXT = .@EXTENSION@
diff --git a/README b/README
index d1e5e22..c5a86b0 100644
--- a/README
+++ b/README
@@ -1,13 +1,28 @@
[hidio]
+-----
This is the next generation of HID API for Pd and Max/MSP. The aim is to have
this object perform the same on Pd on GNU/Linux, Mac OS X, and Windows, and
Max/MSP on Mac OS X and Windows.
-David Merrill <dmerrill@media.mit.edu>
Hans-Christoph Steiner <hans@eds.org>
Olaf Matthes <olaf@nullmedium.de>
+David Merrill <dmerrill@media.mit.edu>
+
+
+Installation
+---------
+
+Included in this tarball are binaries for i386/32bit GNU/Linux and 32-bit
+Universal Mac OS X. Uncompress this tarball, rename the "hidio-0.1" folder to
+just "hidio", then drop this whole folder into your Pd path. See this FAQ
+entry for more info:
+
+http://puredata.info/docs/faq/how-do-i-install-externals-and-help-files-with-pd-extended
+To build it from source, follow the above, then inside this folder, run:
+./configure --with-pd=/path/to/pd
+make