Skip to content

Instantly share code, notes, and snippets.

View steveb85's full-sized avatar

Steve B steveb85

View GitHub Profile
@steveb85
steveb85 / darkice-install-pi.sh
Created December 30, 2019 06:28 — forked from vees/darkice-install-pi.sh
Install darkice with MP3 support on Raspberry Pi
echo "deb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi" | sudo tee --append /etc/apt/sources.list
sudo apt-get update
sudo apt-get install libmp3lame-dev
apt-get source darkice
cd darkice-1.2/
./configure --prefix=/usr --sysconfdir=/usr/share/doc/darkice/examples \
--with-lame --with-lame-prefix=/usr/lib/arm-linux-gnueabihf \
--with alsa --with-alsa-prefix=/usr/lib/arm-linux-gnueabihf
make
sudo make install