[PD] Pd 0.43 Vanilla under Ubuntu

Funs Seelen funsseelen at gmail.com
Fri Apr 29 16:51:28 CEST 2011


Hi Olsen,

I had the same problem (ubuntu 10.04 & pd-0.43-0).
This is what I did to solve it:

Remove the existing bin-folder of the previous version (pd-0.42-5
(vanilla));

$ sudo rm -r /usr/local/lib/pd/bin

install the new version;

$ cd ~pd/src/pd-0.43-0/src
$ ./configure --enable-jack
$ sudo make && make install

create a tcl-folder at /usr/local/lib/pd/
and copy pd-gui.tcl

$ mkdir tcl
$ sudo cp ~pd/src/pd-0.43-0/tcl/pd-gui.tcl /usr/local/lib/pd/tcl/

Pd started complaining about pd_connect so I decided to copy the whole
tcl-folder.

$ sudo cp ~pd/src/pd-0.43-0/tcl/* /usr/local/lib/pd/tcl/

After that executing ``pd'' worked.

I hope this information might be helpful.

Funs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20110429/48682bab/attachment.htm>


More information about the Pd-list mailing list