summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElichai Turkel <elichai.turkel@gmail.com>2019-11-13 13:13:23 +0200
committerJohn Hodge (Mutabah) <acessdev@gmail.com>2019-11-13 20:38:02 +0800
commita051f580658a7772a542f9b52a908a76c989e8b5 (patch)
treed0f6f8bbbef742fcf111fa34ef8d03334fb9bbb1
parent8ddb05ad09a873375be6179d33a9bcd330112c43 (diff)
downloadmrust-a051f580658a7772a542f9b52a908a76c989e8b5.tar.gz
Update README for 1.29
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bf17eefc..d576a959 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Dependencies
Linux
-----
-- `make RUSTCSRC` - Downloads the rustc source tarball (1.19.0 by default)
+- `make RUSTCSRC` - Downloads the rustc source tarball (1.29.0 by default)
- `make -f minicargo.mk` - Builds `mrustc` and `minicargo`, then builds `libstd`, `libtest`, finally `rustc` and `cargo`
- `make -C run_rustc` - Build `libstd` and a "hello, world" using the above-built rustc
@@ -54,7 +54,7 @@ e.g. `gmake CC=cc RUSTC_TARGET=x86_64-unknown-freebsd -f minicargo.mk`
Windows
--------
(NOTE: Incomplete, doesn't yet compile executables and missing helper scripts)
-- Download and extract `rustc-1.19.0-src.tar.gz` to the repository root (such that the `rustc-1.19.0-src` directory is present)
+- Download and extract `rustc-1.29.0-src.tar.gz` to the repository root (such that the `rustc-1.29.0-src` directory is present)
- NOTE: I am open to suggestions for how to automate that step
- Open `vsproject/mrustc.sln` and build minicargo
- Run `vsproject/build_rustc_minicargo.cmd` to attempt to build libstd