From ffcc5a5e5cd183dd965f8bc17306ea5ef73b634c Mon Sep 17 00:00:00 2001 From: b1ek Date: Sun, 16 Apr 2023 02:40:23 +1000 Subject: [PATCH] add build instructions --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 4dfb4e6..43e174a 100644 --- a/README.md +++ b/README.md @@ -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.