From fe9fa133f835b8e67e9e428867d4263a7f95da2a Mon Sep 17 00:00:00 2001 From: Vadim Chugunov Date: Thu, 9 Jan 2014 17:06:05 -0800 Subject: [PATCH] Updated Using Rust on Windows (markdown) --- Using-Rust-on-Windows.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Using-Rust-on-Windows.md b/Using-Rust-on-Windows.md index d97b7dc..c495840 100644 --- a/Using-Rust-on-Windows.md +++ b/Using-Rust-on-Windows.md @@ -7,9 +7,9 @@ The standard way of running Rust on Windows is via the [MinGW/MSYS](http://www.m 2. Once package manager window opens, check the "mingw32-base" option. 3. Optionally, check "msys-base" to install MSYS shell. 4. Apply changes (Installation/Apply Changes). -5. Use Rust compiler from MSYS shell, if you installed it (bonus: rustc will use colors in error messages!). Or, simply add \\bin to your PATH and use it from Windows Command Prompt. +5. Use Rust compiler from MSYS shell, if you installed it (bonus: rustc will use colors in error messages!). Or, simply add \\bin to your PATH and use it from the Windows Command Prompt. -For the absolutely minimal install footprint, don't mark any packages for installation, but simply run `mingw-get install gcc` from the command prompt. +Note: For the absolutely minimal installed footprint, don't mark any packages for installation, but simply run `mingw-get install gcc` from the command prompt. ## Alternatives @@ -18,5 +18,5 @@ If you are feeling a bit adventurous, you may also try using a standalone MinGW 1. Download and run mingw-builds-install.exe, 2. Choose installation options: architecture=x32, threads=posix, exceptions=dwarf. -3. Use Rust compiler from mingw-builds terminal (there will be as shortcut in the Start menu), or add \\mingw32\bin directory to your PATH. +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.