cirno-puzzle/README.md

19 lines
435 B
Markdown
Raw Permalink Normal View History

# cirno-puzzle
2020-02-19 12:50:09 -05:00
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.
### How to build and run on Linux: ###
- Make sure you have SFML, cmake and any compiler supporting C++17 installed
- Clone the project and go to the cloned folder:
```
git clone https://dev.udongein.xyz/NaiJi/cirno-puzzle
cd cirno-puzzle/
```
- Now make it:
```
cmake CMakeLists.txt -B ./build
cd ./build
make
```
2020-02-21 17:15:50 -05:00