From 1dd09ef67619e6a142f2606c84a4d73a479074e3 Mon Sep 17 00:00:00 2001 From: zhuzichu Date: Tue, 16 May 2023 09:47:12 +0800 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 834ab1b..69f951c 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,18 @@ or git clone https://github.com/zhuzichu520/FluentUI.git ``` ++ Build + +``` +git clone --recursive https://github.com/zhuzichu520/FluentUI.git +cd FluentUI +mkdir build +cd build +cmake -DCMAKE_PREFIX_PATH= -DCMAKE_BUILD_TYPE=Release -GNinja +cmake --build . --config Release --target all --parallel +cmake --install . --config Release --strip +``` + + Use your IDE (`Qt Creator` or `CLion`) to open the project. (only **CMake** supported).
@@ -105,4 +117,4 @@ View more [`here`](doc/md/all_components.md)! This FluentUI library currently licensed under [MIT License](./License) ## ⚡ Visitor count -![](https://profile-counter.glitch.me/zhuzichu520-FluentUI/count.svg) \ No newline at end of file +![](https://profile-counter.glitch.me/zhuzichu520-FluentUI/count.svg)