Install-cs106


Install CS106 specific components

After installing Qt, you must install the CS106-specific components and do a complete build and run cycle to confirm all is working properly.

Download CS106 project and extract

Open and configure CS106 project

A Qt Creator project includes a file named with a .pro extension. Double-clicking the .pro file opens the project in Qt Creator.

configure project dialog

Build the program

C++ code must be compiled or built before it is run; this means converting the source code into executable binary code.

Run the program

Now that the program is built, you are ready to run it.

✔️ Congratulations, your installation is good to go! You may now discard the CS106 project, you will not need it again.