Last active
November 29, 2017 13:25
-
-
Save richardiux/10227114 to your computer and use it in GitHub Desktop.
golang on smartos with image magick
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
| pkgin -y install git mercurial gcc47 gmake giflib-5.0.5 ImageMagick-6.8.7.4 | |
| export GOROOT=$HOME/go | |
| export PATH=$PATH:$GOROOT/bin | |
| export GOPATH=$HOME/gocode | |
| cd | |
| hg clone -u release https://code.google.com/p/go | |
| cd go | |
| hg update default | |
| cd src | |
| ./all.bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment