diff options
author | Corey Farwell <coreyf@rwell.org> | 2016-12-21 10:58:46 -0800 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2016-12-21 14:21:49 -0800 |
commit | 273cc30fb24cafef9bee3163b6f53fad60880b62 (patch) | |
tree | f1a1d4fc221eb47c33e736ce43192268ff1ed86f /README.md | |
parent | Auto merge of #38302 - Mark-Simulacrum:trans-cleanup, r=eddyb (diff) | |
download | grust-273cc30fb24cafef9bee3163b6f53fad60880b62.tar.gz grust-273cc30fb24cafef9bee3163b6f53fad60880b62.tar.bz2 grust-273cc30fb24cafef9bee3163b6f53fad60880b62.tar.xz |
Clarify phrasing of MSYS2 dependencies in README.md.
Fixes https://github.com/rust-lang/rust/issues/36115.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -82,8 +82,9 @@ build. | |||
82 | # Install build tools needed for Rust. If you're building a 32-bit compiler, | 82 | # Install build tools needed for Rust. If you're building a 32-bit compiler, |
83 | # then replace "x86_64" below with "i686". If you've already got git, python, | 83 | # then replace "x86_64" below with "i686". If you've already got git, python, |
84 | # or CMake installed and in PATH you can remove them from this list. Note | 84 | # or CMake installed and in PATH you can remove them from this list. Note |
85 | # that it is important that the `python2` and `cmake` packages **not** used. | 85 | # that it is important that you do **not** use the 'python2' and 'cmake' |
86 | # The build has historically been known to fail with these packages. | 86 | # packages from the 'msys2' subsystem. The build has historically been known |
87 | # to fail with these packages. | ||
87 | $ pacman -S git \ | 88 | $ pacman -S git \ |
88 | make \ | 89 | make \ |
89 | diffutils \ | 90 | diffutils \ |