Skip to content
Stephan Tual edited this page May 26, 2014 · 25 revisions

Windows

Download and run the installer found at http://golang.org/doc/install

OS X

Please refer to the build instruction for OSX

Ubuntu

Download the latest distribution

curl -O https://go.googlecode.com/files/go1.2.linux-amd64.tar.gz

Unpack it to the /usr/local (might require sudo)

tar -C /usr/local -xzf go1.2.linux-amd64.tar.gz

export PATH=$PATH:/usr/local/go/bin mkdir ~/go; export GOPATH=$HOME/go

Clone this wiki locally