Page 1 of 1

Workspace

Posted: Sat Jul 24, 2010 9:52 pm
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

Re: Workspace

Posted: Sun Jul 25, 2010 9:31 am
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