From 17000b1b7cf1cdfe7d9739d96cbdfcb254a8655e Mon Sep 17 00:00:00 2001 From: Kelong Cong Date: Tue, 28 Jan 2014 14:57:26 +0000 Subject: added solution to the 'Unable to locate package libopus-dev' problem --- INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 5bf20bf5..76a2623b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -22,6 +22,10 @@ On Ubuntu: ```bash sudo apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev checkinstall check git libswscale-dev libsdl-dev libopenal-dev libopus-dev libvpx-dev yasm ``` +If you get the "Unable to locate package libopus-dev" message, add the following ppa +```bash +sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get dist-upgrade +``` On Fedora: -- cgit v1.2.3