mathiasvr / youtube-terminal

:tv: Stream YouTube videos as ascii art in the terminal!
MIT License
107 stars 9 forks source link

Unmet Ubuntu dependency #3

Closed ma2ciek closed 8 years ago

ma2ciek commented 8 years ago

I needed asoundlib.h on Ubuntu 16.04 to install this crazy program correctly ;)

http://packages.ubuntu.com/search?lang=en&suite=lucid&arch=amd64&mode=filename&searchon=contents&keywords=asoundlib.h

Best regards, Maciek.

mathiasvr commented 8 years ago

Hi, thanks for reporting this!

I think this is because of the speaker dependency. Their readme says that debian users should run:

$ sudo apt-get install libasound2-dev

I will look into what could be an appropriate solutions for this.

mathiasvr commented 8 years ago

I ended up taking the easy route and simply added this instruction to the readme, https://github.com/mathiasvr/youtube-terminal/commit/983c12a873f92791a70c262e9abed0ae99ed9f1d.