mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-20 15:00:08 +01:00
Destroyed Windows (markdown)
parent
12e78c90ec
commit
2e8577462d
24
Windows.md
24
Windows.md
@ -1,24 +0,0 @@
|
|||||||
See [[installation]].
|
|
||||||
|
|
||||||
Ebiten is also tested on [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
|
|
||||||
|
|
||||||
# How to install
|
|
||||||
|
|
||||||
## Install Git
|
|
||||||
|
|
||||||
### Option 1. Git official
|
|
||||||
|
|
||||||
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`
|
|
||||||
|
|
||||||
### Option 2. Scoop
|
|
||||||
|
|
||||||
You also can get Git via [Scoop](http://scoop.sh/).
|
|
||||||
|
|
||||||
```sh
|
|
||||||
scoop install git
|
|
||||||
```
|
|
Loading…
Reference in New Issue
Block a user