From 95143f5d892fe9c29bb0a2b32a8f80c1353a8780 Mon Sep 17 00:00:00 2001 From: NaiJi Date: Mon, 16 Mar 2020 17:47:13 +0300 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 947a083..3a1fa9a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,6 @@ Just playing around with [sfml](https://www.sfml-dev.org/), since I have nothing - Run `./sfml-test` command from your build destination. ### How to build: ### -- Except any C++ compiler which supports C++14 and higher, you also need to have SFML installed and accessible. +- Except any C++ compiler which supports C++17 and higher, you also need to have SFML installed and accessible. - Build the project (my sources work with qmake) - Move the `/src/font` folder into the folder of your build destination.