mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 00:20:05 +00:00
Updated Building for Linux (markdown)
parent
614f22df40
commit
0d75d5872d
@ -22,6 +22,11 @@ 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`
|
||||
@ -29,12 +34,6 @@ You'll need to download and install the following to build Citra:
|
||||
* OpenSUSE Leap 15: `zypper in ffmpeg-3 ffmpeg-3-libavcodec-devel`
|
||||
* OpenSUSE Tumbleweed: `zypper in ffmpeg-4 ffmpeg-4-libavcodec-devel`
|
||||
|
||||
- [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`
|
||||
|
||||
* Compiler: GCC or Clang. You only need one of these two:
|
||||
* GCC 10.0+.
|
||||
- Deb: `apt install build-essential`
|
||||
|
Loading…
Reference in New Issue
Block a user