Skip to content

Commit

Permalink
Update readme to reflect #28260 and a workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingTree committed Oct 22, 2015
1 parent 7bb0ac5 commit ee24add
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ee24add

Please sign in to comment.