From 957f8251f613dc356fd552750660212374a4e67f Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 5 Feb 2018 23:52:06 +0900 Subject: [PATCH] Updated Windows (markdown) --- Windows.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Windows.md b/Windows.md index 7fb4f70..432b76a 100644 --- a/Windows.md +++ b/Windows.md @@ -25,11 +25,11 @@ Get the installer from [MinGW](http://www.mingw.org/) and install it, then set ` ### Option 2. Scoop -You also can get MinGW via [Scoop](http://scoop.sh/). +You also can get MinGW via [Scoop](http://scoop.sh/). This is the easiest way IMO. -### Option 3. TDM GCC (recommended) +### Option 3. TDM GCC -Get the installer from [TDM GCC](http://tdm-gcc.tdragon.net/download) and install it. `PATH` will be set by the install so you don't have to care. +Get the installer from [TDM GCC](http://tdm-gcc.tdragon.net/download) and install it. `PATH` will be set by the install so you don't have to care. The problem is that TDM GCC is not updated recently, and the last update was in 2015. ## Run examples