Configuring CodeLite on Windows
Configuring CodeLite on Windows
We will show all the steps below of how to set up CodeLite to be able to execute C++ programs.
So the first step in the process is to create a New Workspace.
The Workspace is kind of like the folder that holds all the projects folders of a given coding program.
So you have your general workspace and then you have all the projects folders in that workspace that you will use for a coding program.
So go to the Menu bar where you see 'Workspace' and click on the button; a drop-down menu will appear. There you click on 'New Workspace'.
This is shown below.
So now a new window will pop up. Here in this window, you have to specify the workspace path (which folder the workspace will be in) and the name of the workspace.
Below, I save my workspace in the C++programs folder and as the name, Workspace1.