w32 icon indicating copy to clipboard operation
w32 copied to clipboard

Cross Compile Instructions

Open kevinpostal opened this issue 10 years ago • 2 comments

Is there any way to use this library when cross compiling on another Operating System? IE. Linux

kevinpostal avatar Feb 12 '14 02:02 kevinpostal

@kevinpostal is this what you're looking for?

https://github.com/davecheney/golang-crosscompile

I use this to compile windows binaries on linux

jamesbcook avatar Aug 26 '14 23:08 jamesbcook

you just need to set env variables GOOS GOARCHlike below command env GOOS=windows GOARCH=386 go get github.com/AllenDang/w32

obonyojimmy avatar Dec 30 '16 19:12 obonyojimmy