Skip to content

Commit

Permalink
Note the LLD and rustdoc come with the rustc package.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Sep 5, 2024
1 parent b5159d1 commit 6d12dc6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions training-slides/src/ferrocene-installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
## What's in the box?

* `rustc` - a compiler (★)
* `lld` - the LLVM linker (★)
* `cargo`/`rustdoc`/`rustfmt`/`clippy` - our usual friends
* `lld` - the LLVM linker (★)
* `rustdoc` - the docs generator
* `cargo`/`rustfmt`/`clippy` - our usual friends
* `llvm-tools` - objcopy, size, etc
* `rust-analyzer` - for IDE integration
* `rust-src` - libstd source code
Expand All @@ -14,6 +15,10 @@

★: qualified tool ☆: certification in progress

Note:

The lld linker and rustdoc come with the `rustc-${rustc-host}` package.

---

![Portal](./images/portal.png)
Expand Down

0 comments on commit 6d12dc6

Please sign in to comment.