From f91e124880aa1c21f54a998ad12d2428a545df98 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周一, 02 9月 2024 19:11:38 +0800 Subject: [PATCH] Update qmsetup --- README.md | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 997d406..cfd881a 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,8 @@ -DCMAKE_INSTALL_PREFIX=/path/install \ -G "Ninja Multi-Config" -cmake --build build --target install --config Debug --parallel -cmake --build build --target install/strip --config Release --parallel +cmake --build build --target install --config Debug +cmake --build build --target install --config Release ``` You can also include this directory as a subproject if you choose CMake as your build system. @@ -111,7 +111,7 @@ #### Visual Studio Project -TODO +See [Visual Studio Guide](./docs/visual-studio-guide.md) for detailed usages. ## Quick Start -- Gitblit v1.9.1