Update README.md

main
zhuzichu 2023-05-16 09:47:50 +08:00 committed by GitHub
parent 1dd09ef676
commit b8179f0df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ mkdir build
cd build cd build
cmake -DCMAKE_PREFIX_PATH=<YOUR_QT_SDK_DIR_PATH> -DCMAKE_BUILD_TYPE=Release -GNinja <PATH_TO_THE_REPOSITORY> cmake -DCMAKE_PREFIX_PATH=<YOUR_QT_SDK_DIR_PATH> -DCMAKE_BUILD_TYPE=Release -GNinja <PATH_TO_THE_REPOSITORY>
cmake --build . --config Release --target all --parallel 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). + Use your IDE (`Qt Creator` or `CLion`) to open the project. (only **CMake** supported).