Site icon TestingDocs.com

Build & Run CLion Project

Overview

In this tutorial, we will learn to Build & Run CLion Project on Windows. CLion is a cross-platform IDE from JetBrains mostly used for C and C++ software development.

In the previous lesson, we created a sample C project. Now we will build and run the Project.

Build Project

To build the project choose the following menu option.

Build >> Build Project

We may need to resolve any build and compilation errors before procceding to the next step.

Run Project

To run the project, choose the following menu option:

Run >> Run <Project Name>

For example, we have run a sample C project that displays Hello world on the console.

That’s it. We have successfully built and run a sample C project using CLion IDE.

CLion Tutorials

CLion Tutorials on this website can be found at:

https://www.testingdocs.com/clion-ide-tutorials/

For more information on CLion IDE, visit the official website:

https://www.jetbrains.com/clion/

Exit mobile version