An ancient school project
Go to file
b1ek ffcc5a5e5c
add build instructions
2023-04-16 02:40:23 +10:00
default add yaml-cpp 2023-04-16 01:53:32 +10:00
src add yaml-cpp 2023-04-16 01:53:32 +10:00
.gitignore Spin up a QT project 2023-04-06 14:10:33 +10:00
CMakeLists.txt add yaml-cpp to target_link_libraries 2023-04-16 02:09:55 +10:00
README.md add build instructions 2023-04-16 02:40:23 +10:00
main.cpp add platform check 2023-04-16 02:19:07 +10:00

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.