commit | 538454c68b53178aeb22e238a1ab8cca518b0df5 | [log] [tgz] |
---|---|---|
author | Dmitry P <dmitry.p@expressvpn.com> | Wed Sep 09 12:24:39 2015 +0800 |
committer | Dmitry P <dmitry.p@expressvpn.com> | Wed Sep 09 12:24:39 2015 +0800 |
tree | 26ba3b3729abd6f81d1921213629db17c2741198 | |
parent | 0390c460c7691a6ca28e870453a606fcb0b03531 [diff] [blame] |
Updated WindowsCrossCompiling (markdown)
diff --git a/WindowsCrossCompiling.md b/WindowsCrossCompiling.md index 2cbf572..0f4d91f 100644 --- a/WindowsCrossCompiling.md +++ b/WindowsCrossCompiling.md
@@ -2,6 +2,12 @@ I use linux/386, but, I suspect, this procedure will apply to other host platforms as well. +Preparation (if needed): +```sh +sudo apt-get install gcc +export go env GOROOT +``` + First step is to build host version of go: ```sh