Updated Windows (markdown)

Hajime Hoshi 2017-02-26 02:50:46 +09:00
parent fc78c472a2
commit d89ebc2b68

@ -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. 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 # Install C compiler
## MinGW ## MinGW