Skip to content
This repository has been archived by the owner on Jul 18, 2018. It is now read-only.

How to build GOPA on windows

Medcl edited this page Jun 7, 2017 · 2 revisions

Suppose we are under windows7 64bit system, others is simliar.

1.Install go

goto https://golang.org/dl ,download go1.8.3.windows-amd64.msi, install with default, done.

2.Intall git

goto https://git-scm.com/downloads, download windows version, install with default, done.

3.Install tdm-gcc

http://tdm-gcc.tdragon.net/download, download 64bit version, install, choose 64bit, done.

4.Open system environment, set GOPATH to "C:\Users\Administrator\go"

5.Mkdir C:\Users\Administrator\go\src\github.com\medcl

6.Clone GOPA source code, open command terminal

run cd C:\Users\Administrator\go\src\github.com\medcl

run build.bat

7.Done

Clone this wiki locally