mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-07 16:34:27 +01:00
Updated Windows (markdown)
parent
0f38bcd4f2
commit
e82e4a2768
@ -6,6 +6,13 @@ Compilation requires a C compiler like GCC to compile third party libraries used
|
||||
|
||||
You can get [the official installer](https://git-scm.com/download/win). Git is required before `go get`.
|
||||
|
||||
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/).
|
||||
|
||||
# Install C compiler
|
||||
|
||||
A C compiler is also required before `go get`.
|
||||
|
Loading…
Reference in New Issue
Block a user