From 5cb47897769208b9660989454595ec5924f9d940 Mon Sep 17 00:00:00 2001 From: Weiyi Wang Date: Sun, 23 Jun 2019 16:16:50 -0400 Subject: [PATCH] library for camera --- Building-for-Linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index f105d41..36d9fdf 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -11,6 +11,7 @@ You'll need to download and install the following to build Citra: * [Qt](http://qt-project.org/downloads) 5.9+ - Only 5.9+ versions are tested. Lower version might or might not work. See the section **Install new Qt version** below if your distro does not provide a sufficient version of Qt - Deb: `apt-get install qtbase5-dev libqt5opengl5-dev qtmultimedia5-dev` + - You may also need `apt-get install libqt5multimedia5-plugins` to get the camera working - Arch: `pacman -S qt5` - Fedora: `dnf install qt5-qtmultimedia-devel` * **Optional dependencies needed for HLE AAC Decoding on Linux**