On 19/05/15 10:52, Simon Wise wrote:
On 19/05/15 02:19, Joel Corelitz wrote:
Is there a way to load the most recent version of Pd (from Miller Puckette’s site) using "get apt install”?
A few days ago IOhannes posted a recipe that updates the official Debian package to the latest code from Miller. See this thread for details:
http://lists.puredata.info/pipermail/pd-list/2015-05/110064.html
And this:
http://lists.puredata.info/pipermail/pd-list/2015-05/110085.html
in this case, a convenient solution is to run ...
$ sudo ln -s /path/to/your/pd /usr/local/bin/pd
By default Debian also adds ~/bin to your $PATH if it exists, so you can also do this if you don't want to install as root:
$ mkdir ~/bin $ ln -s /path/to/your/pd ~/bin/pd
Cheers,
Chris.