Created
March 11, 2014 16:06
-
-
Save simeonwillbanks/9488965 to your computer and use it in GitHub Desktop.
goenv environment; cross compile with goxc #golang
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~GOPATH/src/github.com/BurntSushi/toml/tomlv master | |
❯ GOROOT="${HOME}/.goenv/versions/$(goenv version)" goxc -goroot=$GOROOT | |
... | |
[goxc:pkg-build] 2014/03/11 09:03:28 Task pkg-build succeeded | |
[goxc:rmbin] 2014/03/11 09:03:28 Task rmbin succeeded | |
[goxc:downloads-page] 2014/03/11 09:03:28 Task downloads-page succeeded | |
~GOPATH/src/github.com/BurntSushi/toml/tomlv master | |
❯ ls snapshot | |
README.md tomlv_darwin_amd64.zip tomlv_freebsd_arm.zip tomlv_linux_arm.tar.gz tomlv_netbsd_arm.zip tomlv_plan9_386.zip tomlv_snapshot_i386.deb | |
downloads.md tomlv_freebsd_386.zip tomlv_linux_386.tar.gz tomlv_netbsd_386.zip tomlv_openbsd_386.zip tomlv_snapshot_amd64.deb tomlv_windows_386.zip | |
tomlv_darwin_386.zip tomlv_freebsd_amd64.zip tomlv_linux_amd64.tar.gz tomlv_netbsd_amd64.zip tomlv_openbsd_amd64.zip tomlv_snapshot_armhf.deb tomlv_windows_amd64.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment