Created
September 10, 2014 10:13
-
-
Save netmarkjp/659a19c0300aab0b9042 to your computer and use it in GitHub Desktop.
how to make mackerel-agent with go 1.3.1 on macosx
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
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 /usr/local/Cellar/go/1.3.1/libexec/src/make.bash | |
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 make build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment