From aac94545052a7a05ddea60ec11c286d8b8b64235 Mon Sep 17 00:00:00 2001 From: John Talling Date: Sat, 5 Mar 2016 14:10:25 +0100 Subject: [PATCH] Add note about avoiding spaces in MinGW install path Using spaces in the install path causes the issue in #31293. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a83f51e1571..4ea6e28546a 100644 --- 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. After installing, +`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.