Skip to content

Commit d592675

Browse files
committed
Updated README to account for changes in MSYS2
One of the newest versions of MSYS2 now only has one .cmd file which replaces the old bat files. It has to be used to launch the mingw32/64 shell.
1 parent 368f6ae commit d592675

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ installing from pacman should be just fine.
9090
9191
3. Run `mingw32_shell.bat` or `mingw64_shell.bat` from wherever you installed
9292
MSYS2 (i.e. `C:\msys`), depending on whether you want 32-bit or 64-bit Rust.
93+
(As of the latest version of MSYS2 you have to run `msys2_shell.cmd -mingw32`
94+
or `msys2_shell.cmd -mingw64` from the command line instead)
9395
9496
4. Navigate to Rust's source code, configure and build it:
9597

0 commit comments

Comments
 (0)