summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`
+