diff --git a/WindowsCrossCompiling.md b/WindowsCrossCompiling.md index 2cbf572f..0f4d91f4 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