Wow.
That is not easy to get each library and install it !

Since I need [sigmund~], cyclone's [avg~], iem filters, [shell]... that won't be a fast task. Sometimes I don't even know were to download them...

If I understand well, I cannot use apt-get install, since this won't be the freshest vanilla's with the ARM patch ?
As an example, I tried to apt-get install zexy, but it also installed a puredata-core.

thanks,

Raphaël

2015-06-03 21:33 GMT+02:00 Raphaël Ilias <phae.ilias@gmail.com>:

2015-06-03 20:06 GMT+02:00 IOhannes m zmölnig <zmoelnig@iem.at>:
On 06/03/2015 07:42 PM, Raphaël Ilias wrote:
> Hi,
>
> I'm trying to install latest vanilla on A20-OlinuXino board as Katja
> adviced me.
> I'm such a newbie with debian : I don't manage to make it work !
>
> What I did is :
>
> $ apt-get remove pd-extended
>
> - got the latest *source* from Miller Puckette's website (pd-0.46-6)
> $ tar xzf pd-0.46-6-​src.tar.gz
> $ cd pd-0.46-6
> - then, as I read in INSTALL.TXT, i did:
> $ ./autogen.sh
> $ ./configure
> $ make


you missed:
$ sudo make install


gamsrd
IOhannes


Thanks IOhannes, that did it !
(however as far as I can see, this isn't mentionned in the INSTALL.TXT)

Now, I'll try to install externals...
At least, the gui seems to be faster than it was with pd-extended

thanks,

Raphaël