C programming using the Linux CodeLite

General questions regarding the usage of CodeLite
brownman
CodeLite Curious
Posts: 1
Joined: Thu Dec 11, 2014 11:32 pm
Genuine User: Yes
IDE Question: C++
Contact:

C programming using the Linux CodeLite

Post 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 :)
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: C programming using the Linux CodeLite

Post 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
Make sure you have read the HOW TO POST thread
Post Reply