Skip to content

Commit e69542d

Browse files
jyn514Joshua Nelson
authored and
Joshua Nelson
committed
Link to 'prerequisites' immediately
Several of the commands on 'how to build' use python. But we haven't yet told the user how to install it! Do that first before going into detail on how x.py works.
1 parent bb46953 commit e69542d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/building/how-to-build-and-run.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ be hacking on `rustc`, you'll want to tweak the configuration of the compiler.
66
The default configuration is oriented towards running the compiler as a user,
77
not a developer.
88

9+
For instructions on how to install python and other prerequisites,
10+
see [the next page](./prerequisites.md).
11+
912
## Get the source code
1013

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

0 commit comments

Comments
 (0)