Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22032

How to Run and Compile .c on Sublime Text 2 [MAC OS X]

$
0
0

I am learning C at college now, and teachers told me to use codeblocks as an IDE, but in my opinion codeblocks is a bit ugly and that's why I've chosen Sublime Text 2, the BEST IDE/Text Editor out there.

At the moment I write my code via sublime, save it and then compile it via mac os terminal (gcc) and than run it on the terminal as well...

What I want to know, if it is even possible, is how to do it right from sublime, using its console or a plugin (or something), in other words I want to know if it is possible to compile my .c and run it with only e few clicks right on sublime... (for now I am just building console applications)

I've read some posts here about this topic but none of those helped me to solve this.


Viewing all articles
Browse latest Browse all 22032

Trending Articles