Skip to content

Instantly share code, notes, and snippets.

@samundra
Last active June 30, 2016 20:03
Show Gist options
  • Select an option

  • Save samundra/33304dd3030e771543e6856763f3efd0 to your computer and use it in GitHub Desktop.

Select an option

Save samundra/33304dd3030e771543e6856763f3efd0 to your computer and use it in GitHub Desktop.
Cmus dependencies installations
#!/bin/sh
sudo apt-get update
sudo apt-get install -y libncursesw5-dev
sudo apt-get install -y libpulse-dev
sudo apt-get install -y libasound2-dev
sudo apt-get install -y libroar-dev
sudo apt-get install -y libao-dev
sudo apt-get install -y libjack-dev
sudo apt-get install -y libsamplerate0-dev
sudo apt-get install -y libcdio-dev
sudo apt-get install -y libcdio-cdda-dev
sudo apt-get install -y libcddb2-dev
sudo apt-get install -y libcue-dev
sudo apt-get install -y libflac-dev
sudo apt-get install -y libvorbis-dev
sudo apt-get install -y libmpcdec-dev
sudo apt-get install -y libwavpack-dev
sudo apt-get install -y libmad0-dev
sudo apt-get install -y libavformat-dev libavcodec-dev
sudo apt-get install -y libfaad-dev
sudo apt-get install -y libmp4v2-dev
sudo apt-get install -y libmodplug-dev
sudo apt-get install -y libmikmod2-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment