add build instructions

This commit is contained in:
b1ek 2023-04-16 02:40:23 +10:00
parent 127653da00
commit ffcc5a5e5c
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 15 additions and 0 deletions

View File

@ -1,2 +1,17 @@
# CuteSchedule
This is a current rewrite of CuteSchedule app. The current codename is `Pie`
# Building
Requirements:
- QT 6+
- CMake building environment (CXX compiler, ninja, etc)
```sh
$ cmake -B ./build
$ cmake --build ./build
```
Now all the binaries should be in `./build` directory.
If there would be any errors, please report them in issues section.