Skip to content

Commit

Permalink
Merge pull request #63 from Oxygen1a1/main
Browse files Browse the repository at this point in the history
fix(llvm):correct spelling errors
  • Loading branch information
archibate authored Oct 31, 2024
2 parents 6e1fd09 + f2e23b2 commit c4b8a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/llvm_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Clang 编译 C++ 程序的整个过程:

> {{ icon.fun }} 源码面前,了无秘密。
虽然 LLVM 几乎是无依赖的,只需要 CMake 和编译器就能构建,但依然推荐使用 Linux 系统进行实验,以获得和小彭老师同样的开发体验。Windows 用户建议使用 Virtual Studio 或 CLion 等强大 IDE 帮助阅读理解源码;Linux 用户建议安装 [小彭老师 vimrc](https://github.com/archibate/vimrc);或者如果你是远程 Linux,可以试试看 VSCode 的远程 SSH 连接插件;CLion 似乎也有远程插件,只不过需要在远程安装好客户端。
虽然 LLVM 几乎是无依赖的,只需要 CMake 和编译器就能构建,但依然推荐使用 Linux 系统进行实验,以获得和小彭老师同样的开发体验。Windows 用户建议使用 Visual Studio 或 CLion 等强大 IDE 帮助阅读理解源码;Linux 用户建议安装 [小彭老师 vimrc](https://github.com/archibate/vimrc);或者如果你是远程 Linux,可以试试看 VSCode 的远程 SSH 连接插件;CLion 似乎也有远程插件,只不过需要在远程安装好客户端。

强大的 IDE 和编辑器对学习任何大型项目都是必不可少的,特别是跳转到定义,以及返回这两个操作,是使用频率最高的,在源码之间的快速跳转将大大有助于快速理解和掌握代码结构。

Expand Down

0 comments on commit c4b8a98

Please sign in to comment.