mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
Updated WindowsCrossCompiling (markdown)
parent
538454c68b
commit
9da025e269
@ -11,8 +11,8 @@ export go env GOROOT
|
|||||||
First step is to build host version of go:
|
First step is to build host version of go:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ cd $GOROOT/src
|
cd $GOROOT/src
|
||||||
$ ./make.bash
|
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:
|
Next you need to build the rest of go compilers and linkers. I have small program to do that:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user