Sine Striker
2024-09-15 ae0cbbcad47ac5613358354d89176ea9574bed99
Update README
1个文件已修改
5 ■■■■ 已修改文件
README.md 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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.