CuteSchedule/README.md

18 lines
366 B
Markdown
Raw Normal View History

2023-04-06 06:08:31 +02:00
# CuteSchedule
This is a current rewrite of CuteSchedule app. The current codename is `Pie`
2023-04-15 18:40:23 +02:00
# 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.