From d89ebc2b68e9f1f5d71baa36788a8aeb0b7eaef3 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 26 Feb 2017 02:50:46 +0900 Subject: [PATCH] Updated Windows (markdown) --- Windows.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Windows.md b/Windows.md index 0504e83..dc4ad3d 100644 --- a/Windows.md +++ b/Windows.md @@ -2,6 +2,10 @@ See [[installation]]. Compilation requires a C compiler like GCC to compile third party libraries used by Ebiten. You would need C compiler like [MinGW](http://www.mingw.org/) or [TDM GCC](http://tdm-gcc.tdragon.net/download) on Windows. TDM GCC is much easier than others so far. +# Install Git + +You can get [the official installer](https://git-scm.com/download/win). Git is required before `go get`. + # Install C compiler ## MinGW