Well, today I got Günter Geiger’s PDa version of Pure Data compiled on the Beagle Board. I haven’t gotten HDMI output to work properly to my TV so I’m relying on X-forwarding for the GUI, which is pretty painfully slow at the moment, but I did get some sound out. Here are the steps I took:
- Install
libtk-dev
andlibtcl-dev
packages using opkg. I had to use the-force-depends
option because opkg complained about some missing dependencies. Hope it doesn’t come back to bite me later. - Install the compiler packages
gcc
andgcc-symlinks
- Download the source code from here.
- Unpack the source into a directory of your choosing
- Edit the makefile in the
src
subdirectory and changelibtk8.4.a
tolibtk8.4.so
andlibtcl8.4.a
tolibtcl8.4.so
- type “make”
You should now have a pd
executable in the bin
subdirectory.