Skip to content

magJ/go-ui-crossbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Cross compiler for use with the go ui library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published