Sublime Forum

Compile .C files

#1

Hi there , well i want ask if is possible to compile and run .c files.Since i’m testing some builds but i cant get any output.So i want to know if exist any build config to C and C++ . I’m using the last Sublime Text Dev release in debian 6 64bits

Edit:There is my config.I can compile but i still dont know how run the compiled files inside Sublimetext

{ "cmd": "gcc", "-Wall", "-o", "$file_base_name", "$file"], "file_regex": ".* at (.*) line ([0-9]*)", "selector": "source.c" }

0 Likes