blob: bcff3200297fa9d9146281d2e12727f27c402d7b (
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
=pod
README for externals/moocow/extended/ build hacks.
Last updated Fri, 28 Nov 2008 22:00:13 +0100
=head1 DESCRIPTION
This directory is for pd-extended compatible builds of (some of)
moocow's externals directly from the CVS repository.
=head1 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.
=head1 SUPPORTED EXTERNALS
=head2 Standard Externals
The following externals are built by default:
deque
pdstring (just the dummy object, not the library!)
any2string
string2any
readdir
sprinkler
weightmap
=head2 Optional Externals
The following externals depend on additional libraries, which may or may
not be installed on your system. The build procedures for these externals
will be called, but may fail:
flite
gfsm
=head2 Unsupported Externals
The following externals and libraries are unsupported for various reasons:
ratts
See http://www.ling.uni-potsdam.de/~moocow/projects/pd for the "official"
distributions.
=head1 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.
=head1 KNOWN BUGS
None known.
=head1 AUTHOR
Bryan Jurish E<lt>moocow@bbaw.deE<gt>
|