Skip to content

Commit 273cc30

Browse files
committedDec 21, 2016
Clarify phrasing of MSYS2 dependencies in README.md.
Fixes rust-lang#36115.
1 parent 1b38776 commit 273cc30

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@ build.
8282
# Install build tools needed for Rust. If you're building a 32-bit compiler,
8383
# then replace "x86_64" below with "i686". If you've already got git, python,
8484
# 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.
86-
# The build has historically been known to fail with these packages.
85+
# that it is important that you do **not** use the 'python2' and 'cmake'
86+
# packages from the 'msys2' subsystem. The build has historically been known
87+
# to fail with these packages.
8788
$ pacman -S git \
8889
make \
8990
diffutils \

0 commit comments

Comments
 (0)
Please sign in to comment.