Updated Windows (markdown)

Hajime Hoshi 2018-02-05 23:52:06 +09:00
parent f9c9a06a30
commit 957f8251f6

@ -25,11 +25,11 @@ Get the installer from [MinGW](http://www.mingw.org/) and install it, then set `
### Option 2. Scoop ### 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 ## Run examples