Skip to content

c9s/go-crosscompile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go-cross

A simple Go Cross-compile helper.

git clone git://github.com/c9s/go-cross

Then run go-cross-install to build your cross-compile toolchain.

To build toolchain for all platforms and archs, simply run

bin/go-cross-install darwin/386

To build toolchain for specific platform and arch:

bin/go-cross-install darwin/386

Add the following lines to your ~/.zshrc or ~/.bashrc file:

$$HOME/.go/go-cross.sh

About

Cross-compile helper for Go!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages