mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 05:30:05 +00:00
Added OpenSSL dependency
parent
9809012cc5
commit
4e3dbb2a59
@ -9,6 +9,11 @@ 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`
|
||||||
- OpenSUSE: `zypper in libSDL2-devel`
|
- OpenSUSE: `zypper in libSDL2-devel`
|
||||||
|
* [OpenSSL](https://www.openssl.org/source/)
|
||||||
|
- 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+
|
* [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
|
- 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`
|
||||||
|
Loading…
Reference in New Issue
Block a user