b1ek c9688dea10 | ||
---|---|---|
default | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
README.md | ||
main.cpp |
README.md
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)
$ 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.