mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 00:10:06 +00:00
Updated Building for Linux (markdown)
parent
225d5a0404
commit
720ea30f92
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user