added solution to the 'Unable to locate package libopus-dev' problem

This commit is contained in:
Kelong Cong 2014-01-28 14:57:26 +00:00
parent 0062119314
commit 17000b1b7c

View File

@ -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: