File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Read ["Installing Rust"] from [The Book].
68
68
# Update package mirrors (may be needed if you have a fresh install of MSYS2)
69
69
$ pacman -Sy pacman-mirrors
70
70
71
- # Choose one based on platform:
71
+ # Choose one based on platform: (+++ see the note below +++)
72
72
$ pacman -S mingw-w64-i686-toolchain
73
73
$ pacman -S mingw-w64-x86_64-toolchain
74
74
@@ -89,9 +89,12 @@ Read ["Installing Rust"] from [The Book].
89
89
` ` `
90
90
> *** Note:*** gcc versions > = 5 currently have issues building LLVM on Windows
91
91
> resulting in a segmentation fault when building Rust. In order to avoid this
92
- > it may be necessary to obtain an earlier version of gcc such as 4.9.x.
93
- > Installers for earlier Windows builds of gcc are available at the
94
- > [Mingw-Builds] project. For more information on this see issue # 28260.
92
+ > it may be necessary to obtain an earlier version of gcc such as 4.9.x.
93
+ > Msys' s `pacman` will install the latest version, so for the time being it is
94
+ > recommended to skip gcc toolchain installation step above and use [Mingw-Builds]
95
+ > project' s installer instead. Be sure to add gcc ` bin` directory to the path
96
+ > before running ` configure` .
97
+ > For more information on this see issue # 28260.
95
98
96
99
[Mingw-Builds]: http://sourceforge.net/projects/mingw-w64/
97
100
You can’t perform that action at this time.
0 commit comments