Main public logs

Jump to navigation Jump to search

Combined display of all available logs of 清冽之泉. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:38, 26 July 2026 Mwroot talk contribs created page Emacs 写 C 项目步骤 (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