From 68b5df316b49bb720483f62b656181d904970e8c Mon Sep 17 00:00:00 2001 From: cazfi Date: Thu, 27 Feb 2020 22:28:23 +0000 Subject: [PATCH] doc/code: Corrected minimum SFML version git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@723 0420edf4-82e4-42fc-9478-35b55e6d67a3 --- doc/code | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/code b/doc/code index f4268b1..cca94ea 100644 --- a/doc/code +++ b/doc/code @@ -13,7 +13,7 @@ recent versions of GCC, Clang and MSVC. Extreme Tux Racer has - though aming to not have more dependencies than necessary - the following dependencies: - OpenGL -- SFML 2.3 or later (modules: system, graphics, audio and window) +- SFML 2.4 or later (modules: system, graphics, audio and window) The code is prepared to be compiled on Windows and Unix environments. For Windows, there exists a solution for Microsoft Visual Studio (see /build); on