Merge pull request #706 from kc1212/install_readme

added solution to the 'Unable to locate package libopus-dev' problem
This commit is contained in:
irungentoo 2014-01-28 12:00:36 -08:00
commit 8f3966ad98

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: