From 0727bfcaf2bd48bf501a7fa95515c400a1996902 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Thu, 2 Feb 2006 12:49:19 +0000 Subject: initial cvs import svn path=/trunk/externals/moocow/; revision=4536 --- gfsm/README.pod | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 gfsm/README.pod (limited to 'gfsm/README.pod') 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 Emoocow@ling.uni-potsdam.deE -- cgit v1.2.1