mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-06 07:54:29 +01:00
Updated Windows (markdown)
parent
003a952b1c
commit
995ad10439
@ -19,13 +19,15 @@ You also can get Git via [Scoop](http://scoop.sh/).
|
|||||||
|
|
||||||
A C compiler is also required before `go get`. There are some options.
|
A C compiler is also required before `go get`. There are some options.
|
||||||
|
|
||||||
### Option 1. MinGW
|
### Option 1. MinGW official
|
||||||
|
|
||||||
Get the installer from [MinGW](http://www.mingw.org/) and install it, then set `PATH` environment variable.
|
Get the installer from [MinGW](http://www.mingw.org/) and install it, then set `PATH` environment variable.
|
||||||
|
|
||||||
|
### Option 2. Scoop
|
||||||
|
|
||||||
You also can get MinGW via [Scoop](http://scoop.sh/).
|
You also can get MinGW via [Scoop](http://scoop.sh/).
|
||||||
|
|
||||||
### Option 2. TDM GCC (recommended)
|
### Option 3. TDM GCC (recommended)
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user