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

but then there is no "pd"
and with $ ./pd
i get :"command not found"

there is nothing inside ~/pd-0.46-6/bin
in the ~/pd-0.46-6/src
there are "green" (executable ?) files named "pd", "pdsend"...

and in the "src" folder, when I type
./pd

i get :
disabling real-time priority due to missing pd-watchdog (/home/olimex/pd-0.46-6/src/bin/pd-watchdog)
Error in startup script: couldn't read file "/home/olimex/pd-0.46-6/src/tcl//pd-gui.tcl": no such file or directory

and nothing more, I have to Ctrl+C to exit the process...
and now I have no idea on what to do next...

sorry to ask the list about that, but I think I followed the instructions quite strictly.
at least, and thank if you read it until this line :-)

Raphaël