mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 05:10:06 +00:00
Updated Building for Linux (markdown)
parent
0d75d5872d
commit
896d2e8196
@ -22,11 +22,13 @@ You'll need to download and install the following to build Citra:
|
||||
- You will also need to install a multimedia backend, either `qt6-multimedia-ffmpeg` or `qt6-multimedia-gstreamer`.
|
||||
- Fedora: `dnf install qt6-qtbase-devel qt6-qtbase-private-devel qt6-qtmultimedia-devel`
|
||||
- OpenSUSE: `zypper in qt6-base qt6-multimedia`
|
||||
|
||||
- [PORTAUDIO](http://www.portaudio.com/)
|
||||
* Deb: `sudo apt install libasound-dev`
|
||||
* Fedora: `dnf install portaudio-devel`
|
||||
* OpenSUSE Leap 15: `zypper in portaudio-devel`
|
||||
* OpenSUSE Tumbleweed: `zypper in portaudio-devel`
|
||||
|
||||
* **Optional dependencies needed for HLE AAC Decoding on Linux**
|
||||
- [FFMPEG](https://ffmpeg.org/download.html#build-linux) 4.0+
|
||||
* Deb: `sudo apt install ffmpeg libswscale-dev libavformat-dev libavcodec-dev libavdevice-dev`
|
||||
|
Loading…
Reference in New Issue
Block a user