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
Workspace
-
- CodeLite Curious
- Posts: 1
- Joined: Thu Jul 22, 2010 12:28 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Workspace
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
'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