如何在 macOS 中运行 C 程序

2019-07-12

为干出产值而研究技术。

这里的 C 程序是指纯 C 程序。单纯为了学习使用,不考虑工程应用.

不想用 Xcode, 太大了…

使用 Sublime Text 3 编辑器

找个地方新建个目录, 在目录里拿 Sublime Text 3 写完 C 程序后,保存。然后command + B.

Geany IDE

Geany - The Flyweight IDE

Geany is a powerful, stable and lightweight programmer’s text editor that provides tons of useful features without bogging down your workflow. It runs on Windows, MacOS and Linux, is translated into over 40 languages, and has built-in support for more than 50 programming languages.

还没安,我也不知道这个是 IDE 还是编辑器…