Skip to content

rjeczalik/cross

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

cross

A simple bash script for enhancing current $GOROOT/pkg with official packages for all the major platforms. Using binary packages from golang.org/dl, which are compiled on a target os and architecture, does not have the same CGO restrictions as using crosscompiled packages.

Installation

~/bin $ wget -q https://raw.githubusercontent.com/rjeczalik/cross/master/gocross -O - \
| tee ~/bin/gocross | sha1sum - | cut -d' ' -f1 \
| xargs -i test  "{}" = "5910b55cc3046485c58337965ba8224801eece47" || rm -v ~/bin/gocross \
&& chmod +x ~/bin/gocross

Pic or it didn't happen

gocross

About

Go cross-compilation unchained.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages