No. you don't have to install nothing, codelite already installed it for you.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 ?
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