summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2017-09-24 08:44:14 +0800
committerJohn Hodge <tpg@ucc.asn.au>2017-09-24 08:44:14 +0800
commitc64f8732c72fdcc4e0599c1fe07573de90828731 (patch)
tree127679c9b42dc234d81f0465d0907063be7a1edb
parent34618de6453c69b495ef253803e5bd2ecf322ffc (diff)
downloadmrust-c64f8732c72fdcc4e0599c1fe07573de90828731.tar.gz
Readme - Little updates
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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`
+