Skip to content

Commit

Permalink
fix(how-to-build-and-run): remove a wrong paragraph
Browse files Browse the repository at this point in the history
This paragraph says that given README section have instructions on how to install Python and other prerequisites but it doesn't.

Other than that "Dependencies" section in the README is already given in this section of the rustc-dev-guide: https://rustc-dev-guide.rust-lang.org/building/prerequisites.html#dependencies
So this paragraph seems not necessary.
  • Loading branch information
ismailarilik authored and tshepang committed Jul 13, 2023
1 parent 0daab93 commit 2f05d62
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/building/how-to-build-and-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@
The compiler is built using a tool called `x.py`. You will need to
have Python installed to run it.

For instructions on how to install Python and other prerequisites,
see [the `rust-lang/rust` README][readme].

## Get the source code

The main repository is [`rust-lang/rust`][repo]. This contains the compiler,
the standard library (including `core`, `alloc`, `test`, `proc_macro`, etc),
and a bunch of tools (e.g. `rustdoc`, the bootstrapping infrastructure, etc).

[repo]: /~https://github.com/rust-lang/rust
[readme]: /~https://github.com/rust-lang/rust#building-on-a-unix-like-system

The very first step to work on `rustc` is to clone the repository:

Expand Down

0 comments on commit 2f05d62

Please sign in to comment.