mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Merge pull request #706 from kc1212/install_readme
added solution to the 'Unable to locate package libopus-dev' problem
This commit is contained in:
commit
8f3966ad98
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user