Workspace

CodeLite installation/troubleshooting forum
aliamiri
CodeLite Curious
Posts: 1
Joined: Thu Jul 22, 2010 12:28 am
Genuine User: Yes
IDE Question: C++
Contact:

Workspace

Post by aliamiri »

I was not able to find any documentation on how to get started with CodeLite. I would like to know how to create workspace and easily compile and build. I am a beginner at C++ and would like to learn it quickly, since I havea sizable project in mind that I would like to work on.

Thank you,

Ali Amiri
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Workspace

Post by eranif »

from the main menu:

'workspace -> create new project'

select in project category:
'Console'

and the project type:
'Simple executable (g++)'

choose the project name (NO spaces)

Click OK and you are done.

http://www.codelite.org/LiteEditor/Documentation
Eran
Make sure you have read the HOW TO POST thread
Post Reply