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