You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alouche edited this page Sep 26, 2014
·
3 revisions
To setup a cross-compilation environment is extremely easy.
#List the existing Golang releases:
rodent install -l
#Install Go1.2.2 with freebsd_amd64 support
rodent install -p freebsd_amd64 go1.2.2
# Add freebsd_386 support to the existing compiler with freebsd_amd64
rodent install -p freebsd_386 go1.2.2