This instruction tested on Ubuntu 14.04, 14.10 and 15.04
First, install essential tools.
1) install jack (I recommend jack2 for 64bit)
$ sudo apt-get install qjackctl jackd2
2) build essentials
$ sudo apt-get install autoconf libtool
3) build tools for jack support (for jack2, if you installed jack1, you may need some other dependencies)
$ sudo apt-get install libjack-jack2-dev libasound2-dev
Second, compile
$ ./autogen.sh
$ ./configure --enable-jack (--enable-jack flag is for JACK audio connection kit)
$ make
$ sudo make install
to run pd, type this command
$ /usr/local/lib/pd/bin/pd
Check Jack support and ALSA after ./configure
No comments:
Post a Comment