From 6466c29b18e82b44bc668af46f821aecbf01bd78 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 14 Apr 2014 19:17:02 -0700 Subject: [PATCH] Updated Using Rust on Windows (markdown) --- Using-Rust-on-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-Rust-on-Windows.md b/Using-Rust-on-Windows.md index a5d682a..2cf315f 100644 --- a/Using-Rust-on-Windows.md +++ b/Using-Rust-on-Windows.md @@ -5,7 +5,7 @@ As of release 0.10, Rust still depends on GCC for platform linker and C runtime The current recommended way of obtaining Rust's prerequisites is by using the [mingw-w64 installers](http://sourceforge.net/projects/mingwbuilds/files/mingw-builds-install/mingw-builds-install.exe/download) from the [mingw-builds project](https://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/). The official Rust build bots are using such an installer from late March, 2014. 1. Download and run mingw-builds-install.exe. -2. Choose installation options: architecture=x32, threads=posix, exceptions=dwarf. +2. Choose installation options: architecture=x32, *threads=win32*, exceptions=dwarf. 3. Now just download and run the [Rust installer]. 3. Use Rust compiler from mingw-builds terminal (there will be a shortcut in the Start menu), or add `\mingw32\bin` directory to your PATH. 4. Verify Rust installation at mingw-builds terminal by typing `rustc --help`