mirror of
https://github.com/rust-lang/rust
synced 2024-11-02 11:53:40 +00:00
Update readme to reflect #28260 and a workaround
This commit is contained in:
parent
7bb0ac59b1
commit
ee24add8a0
1 changed files with 7 additions and 0 deletions
|
@ -84,6 +84,13 @@ Read ["Installing Rust"] from [The Book].
|
|||
$ ./configure
|
||||
$ make && make install
|
||||
```
|
||||
> ***Note:*** gcc versions >= 5 currently have issues building LLVM on Windows
|
||||
> resulting in a segmentation fault when building Rust. In order to avoid this
|
||||
> it may be necessary to obtain an earlier version of gcc such as 4.9.x.
|
||||
> Installers for earlier Windows builds of gcc are available at the
|
||||
> [Mingw-Builds] project.
|
||||
|
||||
[Mingw-Builds]: http://sourceforge.net/projects/mingw-w64/
|
||||
|
||||
## Building Documentation
|
||||
|
||||
|
|
Loading…
Reference in a new issue