Page 1 of 1

C programming using the Linux CodeLite

Posted: Thu Dec 11, 2014 11:39 pm
by brownman
I'm a total newbie to C (Still in school). So I use Codeblocks and VS in Windows (school uses it) and I use Ubuntu at home. CodeLite looks better so I installed it.

Now, how do I build and run a program? Do I need to configure a compiler or anything? I wrote a simple hello world and the Build dropdown menu is totally greyed out. As we only learning simple C (print, scan, functions, arrays, loops) so I guess I want to write a code, build it and then run it. How do I go about doing this?


(Also, in the homepage, I saw this minimal window http://i.imgur.com/yTu1PHF.png, how can I make my client to look like this when not debugging?)

Thanks guys in advance :)

Re: C programming using the Linux CodeLite

Posted: Fri Dec 12, 2014 12:36 am
by eranif
Please post all the information asd described in the "How to post" thread (see my signature)
After that, see this simple quick start wiki page: http://codelite.org/LiteEditor/QuickStart

Eran