On Tue, 2010-03-30 at 17:40 -0400, Ichabod wrote:
Thanks, Orm, that worked.
I was able to install, but there are two problems: a) the Media menu doesn't give me options of sound servers to connect to (JACK, ALSA, OSS, etc.), and I'd like to use Pd with JACK, and b) externals don't seem to have compiled. Does anyone know how to fix this?
You probably miss the according packages:
$ sudo aptitude install libasound2-dev libjack-dev
Alternatively, you can also install all build dependencies in one go, so that you don't have to figure out all the necessary packages yourself:
$ sudo aptitude build-dep puredata
Roman