File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Read ["Installing Rust"] from [The Book].
18
18
19
19
* ` g++ ` 4.7 or later or ` clang++ ` 3.x
20
20
* ` python ` 2.7 (but not 3.x)
21
+ * GNU ` make ` 3.81 or later
21
22
* ` cmake ` 3.4.3 or later
22
23
* ` curl `
23
24
* ` git `
@@ -112,6 +113,12 @@ With these dependencies installed, you can build the compiler with:
112
113
> python x.py build
113
114
```
114
115
116
+ If you're running inside of an msys shell, however, you can run:
117
+
118
+ ``` sh
119
+ $ ./x.py build --build=x86_64-pc-windows-msvc && ./x.py dist
120
+ ```
121
+
115
122
Currently building Rust only works with some known versions of Visual Studio. If
116
123
you have a more recent version installed the build system doesn't understand
117
124
then you may need to force rustbuild to use an older version. This can be done
You can’t perform that action at this time.
0 commit comments