]> git.lizzy.rs Git - rust.git/commitdiff
Correct Windows build instructions in README.md
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>
Sun, 20 Mar 2016 20:36:48 +0000 (23:36 +0300)
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>
Sun, 20 Mar 2016 20:36:48 +0000 (23:36 +0300)
http://mingw-w64.org/doku.php/download/mingw-builds now provides GCC 5.x as a default version, but avoiding 5.x is exactly the reason why Mingw-builds is recommended instead of MSYS2's own mingw toolchain. One of the 4.9.x versions has to manually chosen during installation.

README.md

index 4ea6e28546af18ca22f775e7ad467328ac8a4e05..2298aeb2fdd45abef2ee20ba68e79f907661e68f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ build.
 
 Download [MinGW from
 here](http://mingw-w64.org/doku.php/download/mingw-builds), and choose the
-`threads=win32,exceptions=dwarf/seh` flavor when installing. Also, make sure to install to a path without spaces in it. After installing,
+`version=4.9.x,threads=win32,exceptions=dwarf/seh` flavor when installing. Also, make sure to install to a path without spaces in it. After installing,
 add its `bin` directory to your `PATH`. This is due to [#28260](https://github.com/rust-lang/rust/issues/28260), in the future,
 installing from pacman should be just fine.