jacroe / pidora

A Raspberry Pi Radio. Includes Pandora (via pianobar) and NPR Hourly News
http://pidora.jacroe.com/
GNU General Public License v3.0
38 stars 12 forks source link

Document which Raspberry Pi distro install.sh works with #54

Open pjz opened 10 years ago

pjz commented 10 years ago

Can you let us know which distro you're using to develop with? I prefer Raspbian, but I can tell by reading install.sh that it's not going to work with the latest version of Raspbian (particularly the 'build pianobar' part).

jacroe commented 10 years ago

Apologies I haven't been able to keep up with the Raspbian project these past few months due to school. But could you be more specific about why the script doesn't work. Does Raspbian no longer use bash?

pjz commented 10 years ago

Raspbian still uses bash, sure, but the build deps for pianobar have changed massively.

jacroe commented 10 years ago

Oh yeah that part I am aware of (see #53). I just haven't had a chance to sit down and work out the new dependencies and have them installed too. Do you happen to know which ones are needed? If so, that would be awesome.

pjz commented 10 years ago

My trials and travails are documented at https://github.com/PromyLOPh/pianobar/issues/448 . IIRC, the tl;dr is that you now have to build a stripped down ffmpeg from scratch too.