Thank you Cyrille.
This worked! I'm new to Pd on linux... much to learn!
I'll still try to compile but it is good to know where to find the application and that it runs right away after download.
cheers, Rick
Message: 5 Date: Mon, 06 Jul 2015 15:57:18 +0200 From: Cyrille Henry ch@chnry.net To: pd-list@lists.iem.at Subject: Re: [PD] pd 46.6 on raspberry pi 2 Message-ID: 559A893E.5050806@chnry.net Content-Type: text/plain; charset=utf-8; format=flowed
hello,
if you get a precompiled pd version, you just have to copy content of pd/bin/* to /usr/local/bin/ and pd/tcl to /usr/local/tcl.
or just start pd in a terminal using it's full path : /home/pi/pd/bin/pd
cheers
Le 06/07/2015 15:41, Rick Snow a écrit :
Thank you Antoine for the suggestion:
When I tried: cd pd-046.-6/src sudo make -f makefile.gnu
terminal returned: make: ***No rule to make target '/usr/include/alsa/asoundlib.h', needed
by 's_audio_alsa.o'. Stop.
best, Rick
> ------------------------------ > > Message: 4 > Date: Sun, 5 Jul 2015 23:12:18 +0200 > From: Antoine Villeret <antoine.villeret@gmail.com <mailto:
antoine.villeret@gmail.com>>
> To: Jack <jack@rybn.org <mailto:jack@rybn.org>> > Cc: "pd-list@lists.iem.at <mailto:pd-list@lists.iem.at>" <
pd-list@lists.iem.at mailto:pd-list@lists.iem.at>
> Subject: Re: [PD] pd 46.6 on raspberry pi 2? > Message-ID: > <CAGn5wNcW7Nom7sfSO-ykmu5SsV2YjmPF98tu7=
Kb7w3kKpm2Ng@mail.gmail.com mailto:Kb7w3kKpm2Ng@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8" > > hi > > Miller's zip already contains binary for RPI > so you don't need to build it yourself. > just install it with something like : > > cd pd/src > sudo make -f makefile.gnu > > cheers > a > > -- > do it yourself > http://antoine.villeret.free.fr > > 2015-07-05 23:00 GMT+02:00 Jack <jack@rybn.org <mailto:
jack@rybn.org>>:
> >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Hello Rick, >> >> you can try before (if under debian based linux) : >> $ sudo apt-get install autoconf >> ++ >> >> Jack >> >> >> >> Le 05/07/2015 22:54, Rick Snow a écrit : >> > Hi list, >> > >> > I've been trying to set up a Raspberry Pi 2 for a few days and
am
>> > running into some problems. >> > >> > I was able to install Pd 43.3 without difficulty. >> > >> > But when I tried to install Pd 46.6 for the Raspberry Pi from >> > Miller's site: http://msp.ucsd.edu/software.html >> > >> > using the following directions: >> > >> > "run the following commands: ./autogen.sh ./configure make" >> > >> > >> > When I run: ./autogen.sh >> > >> > terminal returns: ./autogen.sh: 22 ./autogen.sh: autoreconf:
not
>> > found >> > >> > I have successfully run: sudo apt-get update and sudo apt-get >> > install build-essential >> > >> > Any advice would be greatly appreciated! >> > >> > best, Rick >> > >> >