File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,11 +154,11 @@ toolchain.
154
154
however this is not recommended as it's excrutiatingly slow, and not frequently
155
155
tested for compatability.
156
156
157
- 2 . Start a MINGW64 or MINGW32 shell (depending on whether you want 32-bit
157
+ 3 . Start a MINGW64 or MINGW32 shell (depending on whether you want 32-bit
158
158
or 64-bit Rust) either from your start menu, or by running ` mingw64.exe `
159
159
or ` mingw32.exe ` from your MSYS2 installation directory (e.g. ` C:\msys64 ` ).
160
160
161
- 3 . From this terminal, install the required tools:
161
+ 4 . From this terminal, install the required tools:
162
162
163
163
``` sh
164
164
# Update package mirrors (may be needed if you have a fresh install of MSYS2)
@@ -178,7 +178,7 @@ toolchain.
178
178
mingw-w64-x86_64-ninja
179
179
```
180
180
181
- 4 . Navigate to Rust's source code (or clone it), then build it:
181
+ 5 . Navigate to Rust's source code (or clone it), then build it:
182
182
183
183
``` sh
184
184
python x.py setup dist && python x.py build && python x.py install
You can’t perform that action at this time.
0 commit comments