aboutsummaryrefslogtreecommitdiff
path: root/gfsm/README.txt
blob: f8892416e488b7a17e305e717f8befbe54549e5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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>