File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -91,11 +91,6 @@ packages:
91
91
* gnu make 3.81 or later
92
92
* curl
93
93
94
- On Windows Rust requires [ MinGW] [ mingw ] (version 20110802 is known to
95
- work). It is currently recommended that windows development be done
96
- under the MinGW shell to ensure that the environment is configured
97
- correctly.
98
-
99
94
Assuming you're on a relatively modern Linux system and have met the
100
95
prerequisites, something along these lines should work:
101
96
@@ -108,6 +103,9 @@ $ ./configure
108
103
$ make && make install
109
104
~~~~
110
105
106
+ Building from source on windows requires some extra steps, please see
107
+ the [ getting started] [ wiki-get-started ] page on the Rust wiki.
108
+
111
109
When complete, ` make install ` will place the following programs into
112
110
` /usr/local/bin ` :
113
111
@@ -120,10 +118,10 @@ a set of host and target libraries under `/usr/local/lib/rustc`.
120
118
121
119
The install locations can be adjusted by passing a ` --prefix ` argument
122
120
to ` configure ` . Various other options are also supported, pass ` --help `
123
- for more information on them.
121
+ for more information on them.
124
122
123
+ [ wiki-get-started ] : https://github.com/mozilla/rust/wiki/Doc-getting-started
125
124
[ tarball ] : http://dl.rust-lang.org/dist/rust-0.1.tar.gz
126
- [ mingw ] : http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/mingw-get-inst-20110802/mingw-get-inst-20110802.exe/download
127
125
128
126
## Compiling your first program
129
127
You can’t perform that action at this time.
0 commit comments