Updated Windows (markdown)

Hajime Hoshi 2017-02-26 02:58:16 +09:00
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`. 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 # Install C compiler
A C compiler is also required before `go get`. A C compiler is also required before `go get`.