aboutsummaryrefslogtreecommitdiff
path: root/gfsm/README.pod
diff options
context:
space:
mode:
Diffstat (limited to 'gfsm/README.pod')
-rw-r--r--gfsm/README.pod60
1 files changed, 60 insertions, 0 deletions
diff --git a/gfsm/README.pod b/gfsm/README.pod
new file mode 100644
index 0000000..1155c8c
--- /dev/null
+++ b/gfsm/README.pod
@@ -0,0 +1,60 @@
+=pod
+
+README for pd external package 'gfsm'
+
+Last updated for pd-gfsm v0.04
+
+=head1 DESCRIPTION
+
+pd-gfsm provides Pd bindings for the GFSM finite-state machine library.
+
+=head1 PREREQUISITES
+
+=over 4
+
+=item Pd
+
+Available from http://crca.ucsd.edu/~msp/software.html
+
+=item libgfsm >= v0.0.8-pre6
+
+Available from http://www.ling.uni-potsdam.de/~moocow/projects/gfsm
+
+=back
+
+=head1 INSTALLATION
+
+Issue the following commands to the shell:
+
+ cd DISTNAME-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>