File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,11 @@ and add `C:\Program Files\Rust\bin` to your `PATH` environment variable.
71
71
You should then be able to run the rust compiler as ` rustc ` directly
72
72
from the command line.
73
73
74
+ On Windows Rust additionally requires [ MinGW] [ mingw ] (version
75
+ 20110802 is known to work). It is currently recommended that windows
76
+ development be done under the MinGW shell to ensure that the
77
+ environment is configured correctly.
78
+
74
79
We hope to be distributing binary packages for various other operating
75
80
systems at some point in the future, but at the moment only windows
76
81
binary installers are being made. Other operating systems must build
@@ -129,6 +134,7 @@ for more information on them.
129
134
130
135
[ installer ] : http://dl.rust-lang.org/dist/rust-0.1-install.exe
131
136
[ tarball ] : http://dl.rust-lang.org/dist/rust-0.1.tar.gz
137
+ [ mingw ] : http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/mingw-get-inst-20110802/mingw-get-inst-20110802.exe/download
132
138
133
139
## Compiling your first program
134
140
You can’t perform that action at this time.
0 commit comments