Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 831 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 831 Bytes

go-ui-crossbuild

Cross compiler for use with the go ui library
Builds amd64 binaries for linux, windows and macOS(darwin)
magj/go-ui-crossbuild on dockerhub

Usage

  1. Mount your project to /go/src/project_name
  2. Invoke the gouicrossbuild command,
    specify the name of your project (to match the mount point) and the path to the module to build.
Example:
docker run -v $GOPATH/project_name:/go/src/project_name magj/go-ui-crossbuild gouicrossbuild project_name ./cmd/gui

License

Building for macOS uses code from the Apple SDK
Please read and understand the Apple Xcode and SDK license before using.

Any original code is licenced under "unlicense"