Add SDL2_ttf dependency for Linux
This commit is contained in:
parent
95cb026446
commit
4dac57cf8c
3 changed files with 5 additions and 4 deletions
|
|
@ -42,7 +42,7 @@ You can follow development on our [Discord server](https://discord.gg/6ERtzFY).
|
|||
|
||||
### Linux-specific Requirements
|
||||
* GCC or Clang
|
||||
* Install your distro equivalents of: `openssl-devel qt5-devel SDL2-devel ffmpeg-devel qt5-qtquickcontrols2-devel libva-devel libvdpau-devel opus-devel pulseaudio-libs-devel alsa-lib-devel`
|
||||
* Install your distro equivalents of: `openssl-devel qt5-devel SDL2-devel ffmpeg-devel qt5-qtquickcontrols2-devel libva-devel libvdpau-devel opus-devel pulseaudio-libs-devel alsa-lib-devel SDL2_ttf-devel`
|
||||
* FFmpeg 4.0 is required to build. If your distro doesn't package FFmpeg 4.0, you can build and install it from source on http://ffmpeg.org/
|
||||
|
||||
### Build Setup Steps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue