Skip to content

Commit

Permalink
Rollup merge of rust-lang#38517 - frewsxcv:clarify-msys2-dependencies…
Browse files Browse the repository at this point in the history
…, r=alexcrichton

Clarify phrasing of MSYS2 dependencies in README.md.

Fixes rust-lang#36115.
  • Loading branch information
alexcrichton committed Dec 30, 2016
2 parents 26f28ec + 273cc30 commit 4e2e01e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 4e2e01e

Please sign in to comment.