Quantcast
Channel: Compile and run in Mac Terminal Sublime Text files - Stack Overflow
Browsing index pages (2 articles)

Compile and run in Mac Terminal Sublime Text files

I'm working with a Mac and I want to compile and run my C files from the Terminal using a script. I've found a solution that apparently works in Linux. Here is the article in Spanish...

View Article


Answer by Elle518 for Compile and run in Mac Terminal Sublime Text files

After days of searching I've finally found a solution! In Mac there is no need of a script, all that you need is the proper Build System.This one for C files:"cmd": ["bash", "-c", "gcc '${file}' -o...

View Article

Browsing index pages (2 articles)


Latest Images