From 74b7465d1875af982ee6d4078d62a9dd1949e8d3 Mon Sep 17 00:00:00 2001 From: Vadim Chugunov Date: Thu, 9 Jan 2014 16:57:54 -0800 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 9e70ade..fbec3ed 100644 --- a/Using-Rust-on-Windows.md +++ b/Using-Rust-on-Windows.md @@ -1,4 +1,4 @@ -As of release 0.9, Rust still depends on GCC for platform linker and C runtime libraries, so you will need to install it. +As of release 0.9, Rust still depends on GCC for platform linker and C runtime libraries, so you will need to install one: ## MinGW The standard way of using Rust on Windows is to install the [MinGW/MSYS](http://www.mingw.org/) environment: