Emacs 写 C 项目步骤: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 July 2026

  • curprev 23:4023:40, 26 July 2026 Mwroot talk contribs 4,138 bytes +67 No edit summary
  • curprev 23:3823:38, 26 July 2026 Mwroot talk contribs 4,071 bytes +4,071 Created page with "{| class="wikitable" !命令 / 工具 !实质 !解决的痛点 |- |<code>sudo apt install build-essential</code> |安装基础 C/C++ 构建工具集合,包含 GCC、Make 等 |Emacs 本身不负责把 C 源码编译成程序 |- |<code>sudo apt install gdb</code> |安装 '''GDB 调试器''' |Emacs 本身没有 C 程序的底层调试能力 |- |<code>M-x compile</code> |在当前 buffer 的 <code>default-directory</code> 中启动一个异步编译命令 |不必离开 Ema..." Tag: Visual edit