commit | 9da025e2690a852207371efeabfc2096487fe2bf | [log] [tgz] |
---|---|---|
author | Dmitry P <dmitry.p@expressvpn.com> | Wed Sep 09 15:07:27 2015 +0800 |
committer | Dmitry P <dmitry.p@expressvpn.com> | Wed Sep 09 15:07:27 2015 +0800 |
tree | 0f5ca5c224931c7831dbd1847a9aa1110ad83b00 | |
parent | 538454c68b53178aeb22e238a1ab8cca518b0df5 [diff] [blame] |
Updated WindowsCrossCompiling (markdown)
diff --git a/WindowsCrossCompiling.md b/WindowsCrossCompiling.md index 0f4d91f..7b95753 100644 --- a/WindowsCrossCompiling.md +++ b/WindowsCrossCompiling.md
@@ -11,8 +11,8 @@ 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: