Skip to content

Instantly share code, notes, and snippets.

@shanempope
Last active February 25, 2019 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shanempope/332f101e56d9942cceaa9195791f3938 to your computer and use it in GitHub Desktop.
Save shanempope/332f101e56d9942cceaa9195791f3938 to your computer and use it in GitHub Desktop.
build and install darkice with mp3 support on debian/raspbian stretch
echo "deb-src http://archive.raspbian.org/raspbian/ stretch main contrib non-free rpi" | sudo tee --append /etc/apt/sources.list
sudo apt-get update
sudo apt-get install libmp3lame-dev libasound2-dev
apt-get source darkice
cd darkice-1.3/
./configure --prefix=/usr --sysconfdir=/usr/share/doc/darkice/examples --with-lame --with-lame-prefix=/usr/lib/arm-linux-gnueabihf --with-alsa
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment