diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-12-29 17:26:14 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-29 17:26:14 -0800 |
| commit | 4e2e01ec9570997b9a0588f691d85dd081f83fd9 (patch) | |
| tree | c63d4660003f2762f1f6909e3633560f42fa8b14 | |
| parent | 26f28ec96d776f97f7e1b4ac75f9b564d57d1a35 (diff) | |
| parent | 273cc30fb24cafef9bee3163b6f53fad60880b62 (diff) | |
| download | rust-4e2e01ec9570997b9a0588f691d85dd081f83fd9.tar.gz rust-4e2e01ec9570997b9a0588f691d85dd081f83fd9.zip | |
Rollup merge of #38517 - frewsxcv:clarify-msys2-dependencies, r=alexcrichton
Clarify phrasing of MSYS2 dependencies in README.md. Fixes https://github.com/rust-lang/rust/issues/36115.
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md index 2133b17de0f..c1218e9c600 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,9 @@ build. # Install build tools needed for Rust. If you're building a 32-bit compiler, # then replace "x86_64" below with "i686". If you've already got git, python, # or CMake installed and in PATH you can remove them from this list. Note - # that it is important that the `python2` and `cmake` packages **not** used. - # The build has historically been known to fail with these packages. + # that it is important that you do **not** use the 'python2' and 'cmake' + # packages from the 'msys2' subsystem. The build has historically been known + # to fail with these packages. $ pacman -S git \ make \ diffutils \ |
