From 37943c2ac006907e9d7bdef7c87f2bd482839342 Mon Sep 17 00:00:00 2001 From: wngr Date: Tue, 21 Jul 2015 11:01:14 +0200 Subject: [PATCH] Update INSTALL.md Added missing dependencies to build toxcore on fedora. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 8a12a3d33..5278c6f92 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -163,7 +163,7 @@ sudo apt-get install libtool autotools-dev automake checkinstall check libopus-d Fedora: ```bash -sudo dnf install libtool autoconf automake check check-devel libsodium-devel +sudo dnf install libtool autoconf automake check check-devel libsodium-devel opus-devel libvpx-devel ``` openSUSE: