0% found this document useful (0 votes)
33 views3 pages

Codelite 14.0.0 ConfigurationUpdates

The document summarizes the new process for creating projects in CodeLite 14.0.0. It notes that the release makes changes to project creation. It then outlines the step-by-step process to create a new workspace and project within that workspace, emphasizing that workspace and project names should not contain special characters and should be added to the existing path when creating projects.

Uploaded by

Nguyen Van Tuan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views3 pages

Codelite 14.0.0 ConfigurationUpdates

The document summarizes the new process for creating projects in CodeLite 14.0.0. It notes that the release makes changes to project creation. It then outlines the step-by-step process to create a new workspace and project within that workspace, emphasizing that workspace and project names should not contain special characters and should be added to the existing path when creating projects.

Uploaded by

Nguyen Van Tuan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Beginning C++ Programming

CodeLite 14.0.0 Changes

A few days ago, a weekly build of CodeLite 14.0.0 was released. I’m currently re-recording the
installation videos. In the meantime, please refer to the information provided in this document.

The new release makes some changes to the way we create new projects.

In this document, I’ll walk you through the process.

IMPORTANT: Please do not use spaces, special characters, or international characters when you enter
any Workspace, Project or Filenames.

First, let’s create a new Workspace.

Select Workspace->New Workspace…

You will see a dialog box as follows and you should select the C++ option and click OK.

1 Updated: 3/2020
Then enter the name of your new workspace. Choose your workspace path and be sure to check the
Create the workspace under a separate directory option and click OK.

Now that we have an open Workspace, we can add a new Project to it.
Select File->New->New Project… and you will see a dialog box like the one below:

2 Updated: 3/2020
Enter the Name of your new project in the first box.

Then in the second box, be sure to add this name to the end of the existing path. This is VERY important,
otherwise the project will be created in the same path as previous projects and lead to strange issues.

Change the Type of the project to Simple executable (g++)

The Debugger should be GNU gdb debugger for Windows and Linux or LLDB for Mac

Finally, change the Build System to Default.

Click OK and your new Project should appear in the Workspace view.

3 Updated: 3/2020

You might also like