summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa/README.PDa
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pdbox/PDa/README.PDa')
-rw-r--r--apps/plugins/pdbox/PDa/README.PDa106
1 files changed, 106 insertions, 0 deletions
diff --git a/apps/plugins/pdbox/PDa/README.PDa b/apps/plugins/pdbox/PDa/README.PDa
new file mode 100644
index 0000000000..7c567d70c2
--- /dev/null
+++ b/apps/plugins/pdbox/PDa/README.PDa
@@ -0,0 +1,106 @@
1PDa - Pure Data for Personal Digital Assistants
2===============================================
3
4Based on pd-0.37-4.
5
6This version of Pure Data is based on the original sources by
7Miller Puckette, but several part have been changed in order
8to run on embedded systems. Most of the changed objects are in
9the folder "intern".
10
11This means, that all the signal processing is done with fixed-point
12math. The control processing is still in floating point, therefor this
13might be a bit slow.
14
15The package is compilable under Linux. I would be glad if someone would
16make a version for windows or OSX, but I unfortunately don't have the
17time or resource to do so.
18
19In order to compile:
20cd src/
21make
22
23The default compilation flags are very conservative, you can add
24optimization flags through the CFLAGS variable.
25e.g
26
27make CFLAGS="-O6"
28
29Will turn on maximum optimization (almost).
30
31If you have tcl/tk installed in the right place this should work out,
32if you have problems with that, either adapt the makefile or ask me.
33On Debian you just have to install tk8.4-dev to get it going.
34
35Have fun !
36
37Guenter
38
39
40Additional information:
41---------------------------
42
43Instructions for compiling for iPods, using arm-elf-tools-20030314:
44
45cd src
46./build.ipod
47
48The tcl/tk interface will not be built for iPods, you can interface with
49Pd from the podzilla console or with this GUI for PDa on iPod:
50
51http://ipodlinux.org/Pdpod
52
53
54PDa - Pure Data for Personal Digital Assistants
55===============================================
56
57Based on pd-0.37-4.
58
59This version of Pure Data is based on the original sources by
60Miller Puckette, but several part have been changed in order
61to run on embedded systems. Most of the changed objects are in
62the folder "intern".
63
64This means, that all the signal processing is done with fixed-point
65math. The control processing is still in floating point, therefor this
66might be a bit slow.
67
68The package is compilable under Linux. I would be glad if someone would
69make a version for windows or OSX, but I unfortunately don't have the
70time or resource to do so.
71
72In order to compile:
73cd src/
74make
75
76The default compilation flags are very conservative, you can add
77optimization flags through the CFLAGS variable.
78e.g
79
80make CFLAGS="-O6"
81
82Will turn on maximum optimization (almost).
83
84If you have tcl/tk installed in the right place this should work out,
85if you have problems with that, either adapt the makefile or ask me.
86On Debian you just have to install tk8.4-dev to get it going.
87
88Have fun !
89
90Guenter
91
92
93Additional information:
94---------------------------
95
96Instructions for compiling for iPods, using arm-elf-tools-20030314:
97
98cd src
99./build.ipod
100
101The tcl/tk interface will not be built for iPods, you can interface with
102Pd from the podzilla console or with this GUI for PDa on iPod:
103
104http://ipodlinux.org/Pdpod
105
106