From c64f8732c72fdcc4e0599c1fe07573de90828731 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 24 Sep 2017 08:44:14 +0800 Subject: Readme - Little updates --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3668ae6f..58db6537 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ Linux - `make RUSTCSRC` - Downloads the rustc source tarball - `make -f minicargo.mk` - Builds `mrustc` and `minicargo`, then builds `libstd`, `libtest`, finally `rustc` +Windows +-------- +(NOTE: Incomplete, doesn't yet compile executables and missing helper scripts) +- Open `vsproject/mrustc.sln` and build minicargo Building Requirements ===================== @@ -37,6 +41,7 @@ Short-Term Plans === - Fix currently-failing tests (mostly in type inferrence) - Fix all known TODOs in MIR generation (still some possible leaks) +- Fix compilation errors encountered when compilin `cargo` Medium-Term Goals === @@ -49,3 +54,5 @@ Progress - Generates working executables (most of the test suite) - Compiles `rustc` that can compile the standard library and "hello, world" +Note: All progress is against the nightly build specified in `rust-nightly-date` + -- cgit v1.2.3