You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
533 B
Markdown

4 years ago
# sfml-test
Just playing around with [sfml](https://www.sfml-dev.org/), since I have nothing better to do anyway.
4 years ago
### 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: ###
4 years ago
- 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)
4 years ago
- Move the `/src/font` folder into the folder of your build destination.