X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=README.md;h=00bb501941dd76c5845cd04476c405801855d7fe;hb=ed25ca0efbb1f611ebf6f028ce4af3fdf9ef9c67;hp=1cd9b8a3a2ae1855e6ea2011d23a14ce9957a09d;hpb=f635c3757b61d1d8aefa86e1d3acdd7d4dea90f8;p=rust.git diff --git a/README.md b/README.md index 1cd9b8a3a2a..00bb501941d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ or reading the [rustc dev guide][rustcguidebuild]. 1. Make sure you have installed the dependencies: * `g++` 5.1 or later or `clang++` 3.5 or later - * `python` 2.7 (but not 3.x) + * `python` 3 or 2.7 * GNU `make` 3.81 or later * `cmake` 3.4.3 or later * `curl` @@ -113,7 +113,7 @@ build. make \ diffutils \ tar \ - mingw-w64-x86_64-python2 \ + mingw-w64-x86_64-python \ mingw-w64-x86_64-cmake \ mingw-w64-x86_64-gcc ``` @@ -256,7 +256,7 @@ Also, you may find the [rustdocs for the compiler itself][rustdocs] useful. [rust-discord]: https://discord.gg/rust-lang [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/about-this-guide.html -[rustdocs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ +[rustdocs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ ## License