rekado / soundCLI

A command line client for soundcloud.com with streaming support via gstreamer
soundcli.elephly.net
96 stars 11 forks source link

Installation on Ubuntu #11

Closed martinklepsch closed 11 years ago

martinklepsch commented 12 years ago

Installation on Ubuntu fails wth:

checking for gstreamer-plugins-base-0.10... no
*** extconf.rb failed ***

libgstreamer0.10-0 and gstreamer0.10-tools are installed... I'd love to use soundcli on Ubuntu but I'm not able to find any installation- instructions/details.

rekado commented 12 years ago

You may need to install the -dev packages for gstreamer if there are any. (I'm not using Ubuntu, so that's just a guess.)

rekado commented 11 years ago

Here's another guess:

libgstreamer0.10-dev probably needs to be installed. gstreamer0.10-plugins-{good,bad,ugly} probably also need to be there.