aboutsummaryrefslogtreecommitdiff
path: root/readdir/README.pod
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2006-02-02 12:49:19 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2006-02-02 12:49:19 +0000
commit0727bfcaf2bd48bf501a7fa95515c400a1996902 (patch)
tree81a3774a9601ba1242482696344f3de3e08f8f22 /readdir/README.pod
parent6a4001a8538862ac02714a03fedd07c3b6f79366 (diff)
initial cvs import
svn path=/trunk/externals/moocow/; revision=4536
Diffstat (limited to 'readdir/README.pod')
-rw-r--r--readdir/README.pod46
1 files changed, 46 insertions, 0 deletions
diff --git a/readdir/README.pod b/readdir/README.pod
new file mode 100644
index 0000000..cfcb4ab
--- /dev/null
+++ b/readdir/README.pod
@@ -0,0 +1,46 @@
+=pod
+
+README for pd external 'readdir'
+
+Last updated for readdir v0.02
+
+=head1 DESCRIPTION
+
+The 'readdir' object lets you read the contents of a directory.
+
+=head1 INSTALLATION
+
+Issue the following commands to the shell:
+
+ cd readdir-X.YY (or wherever you extracted the distribution)
+ ./configure
+ make
+ make install
+
+=head1 BUILD OPTIONS
+
+The 'configure' script supports the following options, among others:
+
+=over 4
+
+=item * --enable-debug , --disable-debug
+
+Whether to enable verbose debugging messages.
+Default=no.
+
+=back
+
+=head1 ACKNOWLEDGEMENTS
+
+PD by Miller Puckette and others.
+
+Ideas, black magic, and other nuggets of information drawn
+from code by Guenter Geiger, Larry Troxler, and iohannes m zmoelnig.
+
+=head1 KNOWN BUGS
+
+None known.
+
+=head1 AUTHOR
+
+Bryan Jurish E<lt>moocow@ling.uni-potsdam.deE<gt>