mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Update INSTALL.md
pkg-config is required for proper autodetection of opus and vpx, without it they are not detected by ./configure on Debian 7.
This commit is contained in:
parent
dd59d99a7a
commit
3bd983ff62
|
@ -482,7 +482,7 @@ yum install opus-devel libvpx-devel
|
|||
|
||||
Install on ubuntu:
|
||||
```bash
|
||||
sudo apt-get install libopus-dev libvpx-dev
|
||||
sudo apt-get install libopus-dev libvpx-dev pkg-config
|
||||
```
|
||||
If you get the "Unable to locate package libopus-dev" message, add the following ppa and try again:
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue
Block a user