@@ -60,11 +60,11 @@ advice.**][suggested]
60
60
### System Requirements
61
61
62
62
[ ** See this chapter for detailed software requirements.** ] ( ./building/prerequisites.md )
63
- Most notably, you will need python 2 to run ` x.py ` .
63
+ Most notably, you will need Python 2 to run ` x.py ` .
64
64
65
65
There are no hard hardware requirements, but building the compiler is
66
66
computationally expensive, so a beefier machine will help, and I wouldn't
67
- recommend building try to build on a Raspberry Pi : P
67
+ recommend trying to build on a Raspberry Pi : P
68
68
69
69
- x86 and ARM are both supported (TODO: confirm)
70
70
- Recommended 30GB of free disk space; otherwise, you will have to keep
@@ -75,7 +75,7 @@ recommend building try to build on a Raspberry Pi :P
75
75
involves updating git submodules and downloading a beta compiler. It doesn't
76
76
need to be super fast, but that can help.
77
77
78
- Building the compiler take more than half an hour on my moderately powerful
78
+ Building the compiler takes more than half an hour on my moderately powerful
79
79
laptop (even longer if you build LLVM).
80
80
81
81
### Cloning
@@ -120,7 +120,7 @@ the following settings:
120
120
### ` ./x.py ` Intro
121
121
122
122
` rustc ` is a bootstrapping compiler because it is written in Rust. Where do you
123
- get do you get the original compiler from? We use the current ` beta ` compiler
123
+ get the original compiler from? We use the current beta compiler
124
124
to build the compiler. Then, we use that compiler to build itself. Thus,
125
125
` rustc ` has a 2-stage build.
126
126
0 commit comments