Update some dependencies

Vitor K 2023-04-15 21:49:46 -03:00
parent 453057f37e
commit 6122ab290b

@ -9,14 +9,14 @@ You'll need to download and install the following to build Citra:
- Arch: `pacman -S sdl2`
- Fedora: `dnf install SDL2-devel`
- OpenSUSE: `zypper in libSDL2-devel`
* [OpenSSL](https://www.openssl.org/source/)
* [OpenSSL](https://www.openssl.org/source/) (optional)
- Deb: `apt install libssl-dev`
- Arch: `pacman -S openssl-1.0`
- Fedora: `dnf install openssl-devel`
- OpenSUSE: `zypper in openssl-devel`
* [Qt](http://qt-project.org/downloads) 5.9+
- Only 5.9+ 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: `apt install qtbase5-dev libqt5opengl5-dev qtmultimedia5-dev`
- Deb: `apt install qtbase5-dev libqt5opengl5-dev qtmultimedia5-dev qtbase5-private-dev`
- You may also need `apt install libqt5multimedia5-plugins` to get the camera working
- Arch: `pacman -S qt5`
- Fedora: `dnf install qt5-qtmultimedia-devel`
@ -43,7 +43,7 @@ You'll need to download and install the following to build Citra:
- Arch: `pacman -S clang`, `libc++` is in the AUR. Use pacaur or yaourt to install it.
- Fedora: `dnf install clang libcxx-devel`
- OpenSUSE: `zypper in clang`
* [CMake](http://www.cmake.org/) 3.8+
* [CMake](http://www.cmake.org/) 3.15+
- Deb: `apt install cmake`
- Arch: `pacman -S cmake`
- Fedora: `dnf install cmake`