summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa/README.PDa
diff options
context:
space:
mode:
authorPeter D'Hoye <peter.dhoye@gmail.com>2009-05-24 21:28:16 +0000
committerPeter D'Hoye <peter.dhoye@gmail.com>2009-05-24 21:28:16 +0000
commit526b5580dabbfed7cfe5439dc3a90ec727f563c2 (patch)
tree22b1af92348785daad16714ee5e2b633017e0e48 /apps/plugins/pdbox/PDa/README.PDa
parent4f2dfcc01b260d946044ef2b6af5fe36cb772c8d (diff)
downloadrockbox-526b5580dabbfed7cfe5439dc3a90ec727f563c2.zip
rockbox-526b5580dabbfed7cfe5439dc3a90ec727f563c2.tar.gz
rockbox-526b5580dabbfed7cfe5439dc3a90ec727f563c2.tar.bz2
rockbox-526b5580dabbfed7cfe5439dc3a90ec727f563c2.tar.xz
Cut the files in half and it might work better (note to self: check your tree is really clean before patching)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21070 a1c6a512-1295-4272-9138-f99709370657
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 7c567d7..566daea 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:
http://ipodlinux.org/Pdpod
-
-PDa - Pure Data for Personal Digital Assistants
-===============================================
-
-Based on pd-0.37-4.
-
-This version of Pure Data is based on the original sources by
-Miller Puckette, but several part have been changed in order
-to run on embedded systems. Most of the changed objects are in
-the folder "intern".
-
-This means, that all the signal processing is done with fixed-point
-math. The control processing is still in floating point, therefor this
-might be a bit slow.
-
-The package is compilable under Linux. I would be glad if someone would
-make a version for windows or OSX, but I unfortunately don't have the
-time or resource to do so.
-
-In order to compile:
-cd src/
-make
-
-The default compilation flags are very conservative, you can add
-optimization flags through the CFLAGS variable.
-e.g
-
-make CFLAGS="-O6"
-
-Will turn on maximum optimization (almost).
-
-If you have tcl/tk installed in the right place this should work out,
-if you have problems with that, either adapt the makefile or ask me.
-On Debian you just have to install tk8.4-dev to get it going.
-
-Have fun !
-
-Guenter
-
-
-Additional information:
----------------------------
-
-Instructions for compiling for iPods, using arm-elf-tools-20030314:
-
-cd src
-./build.ipod
-
-The tcl/tk interface will not be built for iPods, you can interface with
-Pd from the podzilla console or with this GUI for PDa on iPod:
-
-http://ipodlinux.org/Pdpod
-
-