From 639cd7bc76b21051a24d6f5b30114110762142ee Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 4 Oct 2018 02:25:01 +0900 Subject: [PATCH] Updated Windows (markdown) --- Windows.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Windows.md b/Windows.md index 499b759..0a723f1 100644 --- a/Windows.md +++ b/Windows.md @@ -13,7 +13,11 @@ Add the below values to `PATH` environment variable: - For 32bit, `C:\Program Files\Git\bin` - For 64bit, `C:\Program Files (x86)\Git\bin` -You also can get Git via [Scoop](http://scoop.sh/). +Or, you also can get Git via [Scoop](http://scoop.sh/). + +```sh +scoop install git +``` ## Install C compiler @@ -27,10 +31,18 @@ Get the installer from [MinGW](http://www.mingw.org/) (or [MinGW-w64](http://min You also can get MinGW via [Scoop](http://scoop.sh/). This is the easiest way. +```sh +scoop install gcc +``` + ### 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. The problem is that TDM GCC is not updated recently, and the last update was in 2015. +### Option 4. Linux for Windows + +(TBD) + ## Run examples To check installation finished correctly, let's execute an example.