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:
Zetok Zalbavar 2014-12-23 16:11:15 +00:00
parent dd59d99a7a
commit 3bd983ff62
No known key found for this signature in database
GPG Key ID: 53137C3033F09008

View File

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