cirno-puzzle/README.md

13 lines
533 B
Markdown
Raw Normal View History

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