aboutsummaryrefslogtreecommitdiff
path: root/extended/README.txt
blob: 35a0dbab925874913dfa9a8a806fcab6bcc2b760 (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
40
41
42
43
44
45
46
47
    README for externals/moocow/extended/ build hacks.

    Last updated Thu, 02 Aug 2007 00:48:50 +0200

DESCRIPTION
    This directory is for pd-extended compatible builds of (some of)
    moocow's externals directly from the CVS repository.

USAGE
    Issuing the following commands to the shell:

      cd externals/moocow/extended (or wherever you extracted the distribution)
      make

    ... should result in all objects being compiled into
    extended/build/externs. This is intended to be called from
    externals/Makefile.

SUPPORTED EXTERNALS
    This makefile currently supports the following of moocow's externals:

     deque
     pdstring    (just the dummy object, not the library!)
     any2string
     string2any
     readdir
     weightmap

    The following of moocow's externals are unsupported (for various
    reasons):

     flite
     gfsm
     ratts

ACKNOWLEDGEMENTS
    Pd by Miller Puckette and others.

    Ideas, black magic, and other nuggets of information drawn from code by
    Guenter Geiger, iohannes m zmoelnig, Hans-Christoph Steiner, and others.

KNOWN BUGS
    None known.

AUTHOR
    Bryan Jurish <moocow@bbaw.de>