From ae0cbbcad47ac5613358354d89176ea9574bed99 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周日, 15 9月 2024 19:30:09 +0800 Subject: [PATCH] Update README --- README.md | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index 91db452..6c51124 100644 --- a/README.md +++ b/README.md @@ -77,13 +77,16 @@ cd qwindowkit cmake -B build -S . \ - -Dqmsetup_DIR=<dir> \ # Optional + -Dqmsetup_DIR=<dir> \ # Optional + -DQWINDOWKIT_BUILD_QUICK=TRUE \ # Optional -DCMAKE_INSTALL_PREFIX=/path/install \ -G "Ninja Multi-Config" cmake --build build --target install --config Debug cmake --build build --target install --config Release ``` +Read the root `CMakeLists.txt` for more build options. + You can also include this directory as a subproject if you choose CMake as your build system. For other build systems, you need to install with CMake first and include the corresponding configuration files in your project. -- Gitblit v1.9.1