Page 1 of 1

Newbie here

Posted: Fri Dec 16, 2016 8:11 am
by jprosso64
Hello, I was looking for help in setting up Codelite in order to write C code. Is the right application or is it just for C++ and PHP?

Re: Newbie here

Posted: Fri Dec 16, 2016 3:59 pm
by eranif
CodeLite is for C, C++, PHP and JavaScript
http://codelite.org/LiteEditor/QuickStart

Follow the steps to create a C++ workspace (which also includes C)
When creating a project, select a C template instead of C++

Eran