cirno-puzzle/README.md

13 lines
533 B
Markdown
Raw Normal View History

2020-02-19 18:50:09 +01:00
# sfml-test
2020-02-21 22:55:13 +01:00
Just playing around with [sfml](https://www.sfml-dev.org/), since I have nothing better to do anyway.
2020-02-21 23:15:50 +01:00
### 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.
2020-02-21 22:55:13 +01:00
### How to build: ###
2020-03-16 15:47:13 +01:00
- Except any C++ compiler which supports C++17 and higher, you also need to have SFML installed and accessible.
2020-02-21 22:55:13 +01:00
- Build the project (my sources work with qmake)
2020-02-21 23:15:50 +01:00
- Move the `/src/font` folder into the folder of your build destination.