From 8924b169189f00d0df30a6671423e605c3f17ac9 Mon Sep 17 00:00:00 2001 From: fdelapena Date: Wed, 3 Oct 2018 13:39:14 -0600 Subject: [PATCH] Add qtmultimedia for Fedora dependencies installation instructions, it installs all other required deps --- Building-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 6f52349..49e752a 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -11,7 +11,7 @@ You'll need to download and install the following to build Citra: * [Qt](http://qt-project.org/downloads) - Deb: `apt-get install qtbase5-dev libqt5opengl5-dev qtmultimedia5-dev` - Arch: `pacman -S qt5` - - Fedora: `dnf install qt5-qtbase qt5-qtbase-devel` + - Fedora: `dnf install qt5-qtmultimedia-devel` * GCC v7+ (for C++17 support). _This guide was written for GCC v5+ before we bumping the version, so please refill them below after testing._ - ~~Deb: `apt-get install build-essential`~~ - ~~Arch: `pacman -S base-devel`~~