Update README.md
parent
1dd09ef676
commit
b8179f0df4
|
@ -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).
|
||||||
|
|
Loading…
Reference in New Issue