From 720ea30f926e65cdc32c7e4fd9dc3083dd39ca4f Mon Sep 17 00:00:00 2001 From: Steveice10 <1269164+Steveice10@users.noreply.github.com> Date: Wed, 28 Jun 2023 00:35:37 -0700 Subject: [PATCH] Updated Building for Linux (markdown) --- Building-for-Linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 877e8b3..887f588 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -20,6 +20,7 @@ You'll need to download and install the following to build Citra: - Only 6.2+ 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: `sudo apt install qt6-base-dev qt6-base-private-dev qt6-multimedia-dev` - You may also need `apt install qt6-l10n-tools qt6-tools-dev qt6-tools-dev-tools` to build with translation support + - You may also need `apt install libgl-dev` if you run into WrapOpenGL issues while configuring with CMake. - Arch: `pacman -S qt6-base qt6-multimedia qt6-multimedia-ffmpeg` - You will also need to install a multimedia backend, either `qt6-multimedia-ffmpeg` or `qt6-multimedia-gstreamer`. - Fedora: `sudo dnf install qt6-qtbase-devel qt6-qtbase-private-devel qt6-qtmultimedia-devel`