aboutsummaryrefslogtreecommitdiff
path: root/extended/README.pod
diff options
context:
space:
mode:
Diffstat (limited to 'extended/README.pod')
-rw-r--r--extended/README.pod54
1 files changed, 54 insertions, 0 deletions
diff --git a/extended/README.pod b/extended/README.pod
new file mode 100644
index 0000000..f01b373
--- /dev/null
+++ b/extended/README.pod
@@ -0,0 +1,54 @@
+=pod
+
+README for externals/moocow/extended/ build hacks.
+
+Last updated Thu, 02 Aug 2007 00:48:50 +0200
+
+=head1 DESCRIPTION
+
+This directory is for pd-extended compatible builds of (some of)
+moocow's externals directly from the CVS repository.
+
+=head1 USAGE
+
+Issuing the following commands to the shell:
+
+ cd externals/moocow/extended (or wherever you extracted the distribution)
+ make
+
+... should result in all objects being compiled into extended/build/externs.
+This is intended to be called from externals/Makefile.
+
+=head1 SUPPORTED EXTERNALS
+
+This makefile currently supports the following of moocow's externals:
+
+ deque
+ pdstring (just the dummy object, not the library!)
+ any2string
+ string2any
+ readdir
+ weightmap
+
+The following of moocow's externals are unsupported (for various reasons):
+
+ flite
+ gfsm
+ ratts
+
+
+=head1 ACKNOWLEDGEMENTS
+
+Pd by Miller Puckette and others.
+
+Ideas, black magic, and other nuggets of information drawn
+from code by Guenter Geiger, iohannes m zmoelnig, Hans-Christoph Steiner,
+and others.
+
+=head1 KNOWN BUGS
+
+None known.
+
+=head1 AUTHOR
+
+Bryan Jurish E<lt>moocow@bbaw.deE<gt>