Updated WindowsCrossCompiling (markdown)

Dmitry P 2015-09-09 15:07:27 +08:00
parent 538454c68b
commit 9da025e269

@ -11,8 +11,8 @@ export go env GOROOT
First step is to build host version of go:
```sh
$ cd $GOROOT/src
$ ./make.bash
cd $GOROOT/src
sudo -E GOOS=windows GOARCH=386 PATH=$PATH ./make.bash
```
Next you need to build the rest of go compilers and linkers. I have small program to do that: