From bfee4eb2624b7f7040f8594c9989df4a0f1ef56d Mon Sep 17 00:00:00 2001 From: Matoking Date: Tue, 7 Oct 2014 02:41:04 -0700 Subject: [PATCH] Add a more verbose explanation about the SDL bug and ask users to download the development version instead. --- Building-for-Linux.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index ab81863..6819f41 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -112,4 +112,5 @@ Most of the time, any problems in the build process are due to user error. It's - liblzo2-dev (optional, if not found will be built statically) - libsoil-dev (optional, if not found will be built statically) - libsfml-dev (optional, if not found will be built statically) -- SDL 2.0 (build from source to avoid a bug with rumble-enabled controllers) \ No newline at end of file +- SDL 2.0 (build from source to avoid a bug with rumble-enabled controllers) + - [The bug](https://bugzilla.libsdl.org/show_bug.cgi?id=2648) in question is present in SDL 2.0.2 and SDL 2.0.3. The bug has been fixed in the development version of SDL, which can be downloaded [from here.](http://libsdl.org/hg.php) \ No newline at end of file