Fix README

This commit is contained in:
NaiJi ✨ 2020-03-16 17:47:13 +03:00
parent 7571b6a670
commit 95143f5d89
1 changed files with 1 additions and 1 deletions

View File

@ -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.