https://github.com/icio/go-wine-test
A demo of cross-compiling Go binaries for Windows and running with Wine on Linux
https://github.com/icio/go-wine-test
Last synced: 2 months ago
JSON representation
A demo of cross-compiling Go binaries for Windows and running with Wine on Linux
- Host: GitHub
- URL: https://github.com/icio/go-wine-test
- Owner: icio
- Created: 2019-02-11T18:48:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T19:27:26.000Z (over 7 years ago)
- Last Synced: 2025-03-22T20:46:06.216Z (about 1 year ago)
- Language: Makefile
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-wine-test
A demo of cross-compiling Go binaries for Windows and running with Wine on Linux.
`make` to compile and run the Windows binary:
```
$ make
GOOS=windows GOARCH=386 go build -o wine-test.exe main.go
wine ./wine-test.exe
000f:err:service:process_send_command receiving command result timed out
Working directory: Z:\home\icio\go\src\github.com\icio\go-wine-test
```