From 36c551c8ec630403479807ddf723268cf392996e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Mal=C3=BD?= Date: Sun, 8 Mar 2020 16:56:04 +0100 Subject: [PATCH] Update readme file --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f79898..38a06f7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,9 @@ cd into the source directory and run: cmake ../ -DCMAKE_BUILD_TYPE=Release make -Note that at least CMake 2.8.13 is required. SDL2 header files and PkgConfig are required to enable SDL2 support. +Note that at least CMake 3.1 is required. + +SDL2 is an optional dependency on Linux. On distributions that ship CMake-enabled SDL2 builds, SDL2 gets configured automatically. In other cases the `SDL2_XDIR` variable must be set to point to a valid SDL2 library installation. Such a directory must contain `include` and `lib` directories with appropriate content. To launch FFBChecker, run: -- 2.43.5