8000 cross compilation setup · alouche/rodent Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cross compilation setup

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
Clone this wiki locally
0