Skip to content

Instantly share code, notes, and snippets.

@caglar10ur
Created January 23, 2013 02:52
Show Gist options
  • Save caglar10ur/4601441 to your computer and use it in GitHub Desktop.
Save caglar10ur/4601441 to your computer and use it in GitHub Desktop.
Installing Go on the Raspberry Pi
# apt-get install -y mercurial gcc libc6-dev
# hg clone -u default https://code.google.com/p/go /opt/go
# cd /opt/go/src
# ./make.bash
# echo "PATH=\"\$PATH:/opt/go/bin\"" > /etc/profile.d/go.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment