We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec0bb1 commit d660c7aCopy full SHA for d660c7a
SerialPrograms/BuildInstructions/Build-Ubuntu-Qt6.8.2.md
@@ -47,7 +47,7 @@ If you are ok with creating an account with Qt and using their online installer,
47
4. Open Qt Creator.
48
5. Click on `File` -> `Open File or Project`.
49
6. Navigate to `SerialPrograms` and select `CMakeLists.txt`.
50
-7. (configuration details TDB)
+7. Enable parallel build: Build & Run -> Build Steps -> Build -> Details -> CMake arguments: `-j16` (the # of cores you have)
51
8. At the bottom left corner, click on the little monitor and select `Release with Debug Information`.
52
9. Still in the bottom left corner, click the upper green arrow to compile and launch the program.
53
0 commit comments