aboutsummaryrefslogtreecommitdiff
path: root/gfsm/README.txt
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2007-08-05 23:11:13 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2007-08-05 23:11:13 +0000
commitb43b88f10c8354e2873ca8c581cee155e792aef6 (patch)
treecc2e572eafdf48d0850c0ec551ca2a850feb04f4 /gfsm/README.txt
parenteab2e81bae60b817684875d516945d5f58e1baf2 (diff)
+ fixes for pd-extended autobuild with automake-1.4 (grr)
svn path=/trunk/externals/moocow/; revision=8425
Diffstat (limited to 'gfsm/README.txt')
-rw-r--r--gfsm/README.txt39
1 files changed, 39 insertions, 0 deletions
diff --git a/gfsm/README.txt b/gfsm/README.txt
new file mode 100644
index 0000000..f889241
--- /dev/null
+++ b/gfsm/README.txt
@@ -0,0 +1,39 @@
+ README for pd external package 'gfsm'
+
+ Last updated for pd-gfsm v0.04
+
+DESCRIPTION
+ pd-gfsm provides Pd bindings for the GFSM finite-state machine library.
+
+PREREQUISITES
+ Pd Available from http://crca.ucsd.edu/~msp/software.html
+
+ libgfsm >= v0.0.8-pre6
+ Available from http://www.ling.uni-potsdam.de/~moocow/projects/gfsm
+
+INSTALLATION
+ Issue the following commands to the shell:
+
+ cd DISTNAME-X.YY (or wherever you extracted the distribution)
+ ./configure
+ make
+ make install
+
+BUILD OPTIONS
+ The 'configure' script supports the following options, among others:
+
+ * --enable-debug , --disable-debug
+ Whether to enable verbose debugging messages. Default=no.
+
+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.
+
+KNOWN BUGS
+ None known.
+
+AUTHOR
+ Bryan Jurish <moocow@ling.uni-potsdam.de>
+