Skip to content

Commit 538b044

Browse files
authored
Merge pull request #48 from eastfisher/docs-install-binutils
docs: add install cargo-binutils in chapter1/2remove-std.html
2 parents 08ea06e + 35f8485 commit 538b044

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

guide/source/chapter1/2remove-std.rst

+6
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ println! 宏是由标准库 std 提供的,且会使用到一个名为 write
118118
分析被移除标准库的程序
119119
-----------------------------
120120

121+
首先安装 cargo-binutils 工具集:
122+
123+
.. code-block:: console
124+
$ cargo install cargo-binutils
125+
$ rustup component add llvm-tools-preview
126+
121127
我们可以通过一些工具来分析目前的程序:
122128

123129
.. code-block:: console

0 commit comments

Comments
 (0)