Skip to content

Commit babcfb9

Browse files
Add back make depednency and msvc instructions
1 parent 5b504b7 commit babcfb9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Read ["Installing Rust"] from [The Book].
1818

1919
* `g++` 4.7 or later or `clang++` 3.x
2020
* `python` 2.7 (but not 3.x)
21+
* GNU `make` 3.81 or later
2122
* `cmake` 3.4.3 or later
2223
* `curl`
2324
* `git`
@@ -112,6 +113,12 @@ With these dependencies installed, you can build the compiler with:
112113
> python x.py build
113114
```
114115

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+
115122
Currently building Rust only works with some known versions of Visual Studio. If
116123
you have a more recent version installed the build system doesn't understand
117124
then you may need to force rustbuild to use an older version. This can be done

0 commit comments

Comments
 (0)