diff options
| author | bors <bors@rust-lang.org> | 2017-10-16 11:54:31 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-10-16 11:54:31 +0000 |
| commit | a96ff3b591d3bcc0ae906cd28053046e2efd7bde (patch) | |
| tree | 3e9d8f9116bc95cd0fe559eab6f9a9bc5c830ea2 | |
| parent | abe7c87eefe4a15b7e83feb6b8962ae15452c16c (diff) | |
| parent | 6500b3d0699148da8c18d8dbe7339bb017d085ed (diff) | |
| download | rust-a96ff3b591d3bcc0ae906cd28053046e2efd7bde.tar.gz rust-a96ff3b591d3bcc0ae906cd28053046e2efd7bde.zip | |
Auto merge of #45293 - joeratt:patch-1, r=kennytm
Add "Buidling on *nix" sub-header Since there is a "Build on Windows" section, a simple sub-header here would help Windows users to know they need to keep reading.
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index 779acb9fab4..4fc003036e9 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Read ["Installation"] from [The Book]. ## Building from Source [building-from-source]: #building-from-source +### Building on *nix 1. Make sure you have installed the dependencies: * `g++` 4.7 or later or `clang++` 3.x or later |
