Working with existing makefile based project

General questions regarding the usage of CodeLite
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Working with existing makefile based project

Post by eranif »

jayachar wrote:Thanks @Eran.

Well, I am not familiar with clang, but thought it to be a newer alternative to gcc/g++. I already have gcc installed, so to use this feature of code-folding, do I have to necessarily install clang ?
No. you don't have to install nothing, codelite already installed it for you.
Beside, we don't use clang as a compiler, we use liblibclang.so which is part of the compiler which exposes some interesting functionalities intended to be used by front ends like codelite et al


Eran
Make sure you have read the HOW TO POST thread
jayachar
CodeLite Curious
Posts: 6
Joined: Sat Aug 31, 2013 11:07 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: Working with existing makefile based project

Post by jayachar »

Ah, thanks @Eran.

CodeLite definitely has one of the most responsive and dedicated maintainers. That's one more reason to stick around with CodeLite... the IDE definitely seems very promising.
Post Reply