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-devandlibtcl-devpackages using opkg. I had to use the-force-dependsoption because opkg complained about some missing dependencies. Hope it doesn’t come back to bite me later. - Install the compiler packages
gccandgcc-symlinks - Download the source code from here.
- Unpack the source into a directory of your choosing
- Edit the makefile in the
srcsubdirectory and changelibtk8.4.atolibtk8.4.soandlibtcl8.4.atolibtcl8.4.so - type “make”
You should now have a pd executable in the bin subdirectory.
