From 6f731b099962a96662348ef57abb5516e79fe24b Mon Sep 17 00:00:00 2001 From: Sylvain Boilard Date: Tue, 31 Aug 2021 15:29:20 +0200 Subject: [PATCH] SDL2.0.16 is required, as per CMakeLists.txt at line 399. --- Building-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index d8ae915..a125b59 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -12,7 +12,7 @@ You'll need to download and install the following to build yuzu: The following are handled by yuzu's externals, but installing them via the package manager will avoid building them with yuzu: * [FFmpeg](https://ffmpeg.org/) - * [SDL2](https://www.libsdl.org/download-2.0.php) 2.0.14+ + * [SDL2](https://www.libsdl.org/download-2.0.php) 2.0.16+ If version 1.73.0 is not already installed, pre-compiled binaries for Boost 1.75.0 will be downloaded from [here](https://github.com/yuzu-emu/ext-linux-bin) automatically by CMake: