summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorZetok Zalbavar <zexavexxe@gmail.com>2014-12-23 16:11:15 +0000
committerZetok Zalbavar <zexavexxe@gmail.com>2014-12-23 16:11:15 +0000
commit3bd983ff62a0d5d1939d8d225a557cc34ad16048 (patch)
tree977b67e28b646020f6ffeddf185adef3d797e554 /INSTALL.md
parentdd59d99a7a1ef8074e8faf3e0bc2823fc0b01b6f (diff)
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.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index c76a576b..22865264 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -482,7 +482,7 @@ yum install opus-devel libvpx-devel
482 482
483Install on ubuntu: 483Install on ubuntu:
484```bash 484```bash
485sudo apt-get install libopus-dev libvpx-dev 485sudo apt-get install libopus-dev libvpx-dev pkg-config
486``` 486```
487If you get the "Unable to locate package libopus-dev" message, add the following ppa and try again: 487If you get the "Unable to locate package libopus-dev" message, add the following ppa and try again:
488```bash 488```bash