From 2c1913a4c80ee5f357f73b38035be78f9a2affd0 Mon Sep 17 00:00:00 2001 From: karlstav Date: Thu, 23 Jun 2016 19:58:57 +0200 Subject: [PATCH] added M Nguyens PPA to the readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 689c503..3cc992b 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ thanks to [anko](https://github.com/anko) for the gif, here is the [recipe]( htt - [openSUSE](#opensuse) - [Fedora](#fedora) - [Arch](#arch) + - [Ubuntu](#ubuntu) - [Capturing audio](#capturing-audio) - [From Pulseaudio monitor source (Easy, default if supported)](#from-pulseaudio-monitor-source-easy-default-if-supported) - [From ALSA-loopback device (Tricky)](#from-alsa-loopback-device-tricky) @@ -74,7 +75,7 @@ openSUSE: Fedora: dnf install alsa-lib-devel ncurses-devel fftw3-devel - + Iniparser is also required, but if it is not allready installed a bundled version will be used. @@ -130,6 +131,15 @@ Cava is in [AUR](https://aur.archlinux.org/packages/cava/). yaourt -S cava +### Ubuntu + +Michael Nguyen has added CAVA to his PPA, it can be installed with: + + sudo add-apt-repository ppa:tehtotalpwnage/ppa + sudo apt-get update + sudo apt-get install cava + + All distro specific instalations sources might be out of date.