From d364ac6cffc6923d6475cbdb02c4bd6a523f0385 Mon Sep 17 00:00:00 2001 From: Mariusz Ceier Date: Fri, 11 Sep 2015 08:38:58 +0200 Subject: [PATCH] Update README.md Add information about compatibility between MinGW and rust compiler. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9481660..4377f3c 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,8 @@ required varies per platform, but there are three broad categories: ([direct link to the installer][mingw-installer]). You may also acquite it via [MSYS2](http://msys2.github.io), as explained [here][msys2-help]. Make sure to install the appropriate architecture corresponding to your installation of - rustc. + rustc. GCC from older [MinGW](http://www.mingw.org) project is compatible + only with 32-bit rust compiler. [mingw-installer]: http://sourceforge.net/projects/mingw-w64/files/latest/download [msys2-help]: http://github.com/rust-lang/rust#building-on-windows