Compare commits
No commits in common. "master" and "c1cd7e4e1b26c7731044d26e17fae8b6389f2858" have entirely different histories.
master
...
c1cd7e4e1b
22
README.md
22
README.md
|
@ -1,18 +1,12 @@
|
|||
# cirno-puzzle
|
||||
# sfml-test
|
||||
|
||||
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
|
||||
```
|
||||
### 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++17 and higher, you also need to have SFML installed and accessible.
|
||||
- Build the project (my sources work with qmake)
|
||||
- Move the `/src/font` folder into the folder of your build destination.
|
||||
|
|
Loading…
Reference in New Issue