mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 05:40:05 +00:00
Added new qtmultimedia5-dev dependency, for camera support.
parent
3955ef5256
commit
793cc61c29
@ -9,7 +9,7 @@ You'll need to download and install the following to build Citra:
|
|||||||
- Arch: `pacman -S sdl2`
|
- Arch: `pacman -S sdl2`
|
||||||
- Fedora: `dnf install SDL2-devel`
|
- Fedora: `dnf install SDL2-devel`
|
||||||
* [Qt](http://qt-project.org/downloads)
|
* [Qt](http://qt-project.org/downloads)
|
||||||
- Deb: `apt-get install qtbase5-dev libqt5opengl5-dev`
|
- Deb: `apt-get install qtbase5-dev libqt5opengl5-dev qtmultimedia5-dev`
|
||||||
- Arch: `pacman -S qt5`
|
- Arch: `pacman -S qt5`
|
||||||
- Fedora: `dnf install qt5-qtbase qt5-qtbase-devel`
|
- Fedora: `dnf install qt5-qtbase qt5-qtbase-devel`
|
||||||
* GCC v7+ (for C++17 support). _This guide was written for GCC v5+ before we bumping the version, so please refill them below after testing._
|
* GCC v7+ (for C++17 support). _This guide was written for GCC v5+ before we bumping the version, so please refill them below after testing._
|
||||||
|
Loading…
Reference in New Issue
Block a user