Update README.md

master
NaiJi 4 years ago committed by GitHub
parent d907442cda
commit 0c469b7170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,11 @@
Just playing around with [sfml](https://www.sfml-dev.org/), since I have nothing better to do anyway.
### How to run on Linux: ###
- Make sure you moved the `/src/font` folder to your build destination.
- 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.
- Build the project (my sources work with qmake)
- Move the `/font` folder into the folder of your build destination.
- Move the `/src/font` folder into the folder of your build destination.

Loading…
Cancel
Save