Rollup merge of #50058 - krk:patch-1, r=Mark-Simulacrum

Added build disk usage information

Closes https://github.com/rust-lang/rust/issues/50019
This commit is contained in:
kennytm 2018-04-20 23:45:38 +08:00 committed by GitHub
commit 0c7d6e73e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,6 +136,8 @@ file. If you still have a `config.mk` file in your directory - from
### Building
[building]: #building
A default configuration shall use around 3.5 GB of disk space, whereas building a debug configuration may require more than 30 GB.
Dependencies
- [build dependencies](README.md#building-from-source)
- `gdb` 6.2.0 minimum, 7.1 or later recommended for test builds