From 3bd983ff62a0d5d1939d8d225a557cc34ad16048 Mon Sep 17 00:00:00 2001 From: Zetok Zalbavar Date: Tue, 23 Dec 2014 16:11:15 +0000 Subject: [PATCH] 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. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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