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.PDa54
1 files changed, 0 insertions, 54 deletions
diff --git a/apps/plugins/pdbox/PDa/README.PDa b/apps/plugins/pdbox/PDa/README.PDa
index 7c567d70c2..566daea9d8 100644
--- a/apps/plugins/pdbox/PDa/README.PDa
+++ b/apps/plugins/pdbox/PDa/README.PDa
@@ -50,57 +50,3 @@ Pd from the podzilla console or with this GUI for PDa on iPod:
50 50
51http://ipodlinux.org/Pdpod 51http://ipodlinux.org/Pdpod
52 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