2012-01-18 17:24:54 -07:00
|
|
|
<!--{
|
2012-02-13 03:22:36 -07:00
|
|
|
"Title": "Getting Started",
|
2012-03-04 20:31:27 -07:00
|
|
|
"Path": "/doc/install"
|
2012-01-18 17:24:54 -07:00
|
|
|
}-->
|
2009-10-23 16:24:08 -06:00
|
|
|
|
2015-08-04 19:58:44 -06:00
|
|
|
<div class="hideFromDownload">
|
|
|
|
|
2013-04-02 22:59:17 -06:00
|
|
|
<h2 id="download">Download the Go distribution</h2>
|
2009-10-23 16:24:08 -06:00
|
|
|
|
2012-02-13 23:02:28 -07:00
|
|
|
<p>
|
2015-08-04 19:58:44 -06:00
|
|
|
<a href="https://golang.org/dl/" id="start" class="download">
|
2013-04-02 22:59:17 -06:00
|
|
|
<span class="big">Download Go</span>
|
|
|
|
<span class="desc">Click here to visit the downloads page</span>
|
|
|
|
</a>
|
2009-11-08 23:12:51 -07:00
|
|
|
</p>
|
|
|
|
|
2009-10-23 16:24:08 -06:00
|
|
|
<p>
|
2014-09-11 17:15:58 -06:00
|
|
|
<a href="https://golang.org/dl/" target="_blank">Official binary
|
2015-01-17 22:09:15 -07:00
|
|
|
distributions</a> are available for the FreeBSD (release 8-STABLE and above),
|
2015-08-04 17:40:33 -06:00
|
|
|
Linux, Mac OS X (10.7 and above), and Windows operating systems and
|
2015-01-17 22:09:15 -07:00
|
|
|
the 32-bit (<code>386</code>) and 64-bit (<code>amd64</code>) x86 processor
|
|
|
|
architectures.
|
2013-04-02 22:59:17 -06:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
If a binary distribution is not available for your combination of operating
|
2013-11-20 13:55:29 -07:00
|
|
|
system and architecture, try
|
2013-04-02 22:59:17 -06:00
|
|
|
<a href="/doc/install/source">installing from source</a> or
|
|
|
|
<a href="/doc/install/gccgo">installing gccgo instead of gc</a>.
|
2009-11-05 16:07:42 -07:00
|
|
|
</p>
|
|
|
|
|
2013-11-20 13:55:29 -07:00
|
|
|
|
2012-05-15 22:54:48 -06:00
|
|
|
<h2 id="requirements">System requirements</h2>
|
2013-11-20 13:55:29 -07:00
|
|
|
|
2012-05-15 22:54:48 -06:00
|
|
|
<p>
|
2015-08-18 09:15:15 -06:00
|
|
|
Go binary distributions are available for these supported operating systems and architectures.
|
|
|
|
Please ensure your system meets these requirements before proceeding.
|
|
|
|
If your OS or architecture is not on the list, you may be able to
|
|
|
|
<a href="/doc/install/source">install from source</a> or
|
|
|
|
<a href="/doc/install/gccgo">use gccgo instead</a>.
|
2012-05-15 22:54:48 -06:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<table class="codetable" frame="border" summary="requirements">
|
|
|
|
<tr>
|
2014-06-10 12:19:41 -06:00
|
|
|
<th align="center">Operating system</th>
|
|
|
|
<th align="center">Architectures</th>
|
|
|
|
<th align="center">Notes</th>
|
2012-05-15 22:54:48 -06:00
|
|
|
</tr>
|
|
|
|
<tr><td colspan="3"><hr></td></tr>
|
2015-08-18 09:15:15 -06:00
|
|
|
<tr><td>FreeBSD 8-STABLE or later</td> <td>amd64</td> <td>Debian GNU/kFreeBSD not supported</td></tr>
|
|
|
|
<tr><td>Linux 2.6.23 or later with glibc</td> <td>amd64, 386, arm</td> <td>CentOS/RHEL 5.x not supported; install from source for ARM</td></tr>
|
|
|
|
<tr><td>Mac OS X 10.7 or later</td> <td>amd64</td> <td>use the clang or gcc<sup>†</sup> that comes with Xcode<sup>‡</sup></td></tr>
|
2014-11-13 20:05:14 -07:00
|
|
|
<tr><td>Windows XP or later</td> <td>amd64, 386</td> <td>use MinGW gcc<sup>†</sup>. No need for cygwin or msys.</td></tr>
|
2012-05-15 22:54:48 -06:00
|
|
|
</table>
|
|
|
|
|
|
|
|
<p>
|
2012-08-20 07:21:09 -06:00
|
|
|
<sup>†</sup><code>gcc</code> is required only if you plan to use
|
|
|
|
<a href="/cmd/cgo">cgo</a>.<br/>
|
|
|
|
<sup>‡</sup>You only need to install the command line tools for
|
|
|
|
<a href="http://developer.apple.com/Xcode/">Xcode</a>. If you have already
|
|
|
|
installed Xcode 4.3+, you can install it from the Components tab of the
|
|
|
|
Downloads preferences panel.
|
2012-05-15 22:54:48 -06:00
|
|
|
</p>
|
|
|
|
|
2015-08-04 19:58:44 -06:00
|
|
|
</div><!-- hideFromDownload -->
|
|
|
|
|
2012-03-12 22:02:14 -06:00
|
|
|
|
2013-11-20 13:55:29 -07:00
|
|
|
<h2 id="install">Install the Go tools</h2>
|
2009-10-23 16:24:08 -06:00
|
|
|
|
2012-02-26 20:16:56 -07:00
|
|
|
<p>
|
2012-09-17 18:01:09 -06:00
|
|
|
If you are upgrading from an older version of Go you must
|
2013-09-15 19:20:07 -06:00
|
|
|
first <a href="#uninstall">remove the existing version</a>.
|
2013-11-20 13:55:29 -07:00
|
|
|
</p>
|
|
|
|
|
2015-08-04 19:58:44 -06:00
|
|
|
<div id="tarballInstructions">
|
|
|
|
|
2013-11-20 13:55:29 -07:00
|
|
|
<h3 id="tarball">Linux, Mac OS X, and FreeBSD tarballs</h3>
|
2012-02-26 20:16:56 -07:00
|
|
|
|
2009-10-23 16:24:08 -06:00
|
|
|
<p>
|
2014-09-11 17:15:58 -06:00
|
|
|
<a href="https://golang.org/dl/">Download the archive</a>
|
2013-11-20 13:55:29 -07:00
|
|
|
and extract it into <code>/usr/local</code>, creating a Go tree in
|
|
|
|
<code>/usr/local/go</code>. For example:
|
2009-10-23 16:24:08 -06:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<pre>
|
2015-08-04 19:58:44 -06:00
|
|
|
tar -C /usr/local -xzf <span class="downloadFilename">go$VERSION.$OS-$ARCH.tar.gz</span>
|
2009-10-23 16:24:08 -06:00
|
|
|
</pre>
|
|
|
|
|
2015-08-04 19:58:44 -06:00
|
|
|
<p class="hideFromDownload">
|
2014-02-06 14:09:01 -07:00
|
|
|
Choose the archive file appropriate for your installation.
|
2014-03-02 17:26:18 -07:00
|
|
|
For instance, if you are installing Go version 1.2.1 for 64-bit x86 on Linux,
|
|
|
|
the archive you want is called <code>go1.2.1.linux-amd64.tar.gz</code>.
|
2012-09-27 16:34:18 -06:00
|
|
|
</p>
|
|
|
|
|
2012-03-25 20:59:30 -06:00
|
|
|
<p>
|
|
|
|
(Typically these commands must be run as root or through <code>sudo</code>.)
|
|
|
|
</p>
|
2012-02-26 20:16:56 -07:00
|
|
|
|
2009-10-23 16:24:08 -06:00
|
|
|
<p>
|
2012-02-13 23:02:28 -07:00
|
|
|
Add <code>/usr/local/go/bin</code> to the <code>PATH</code> environment
|
|
|
|
variable. You can do this by adding this line to your <code>/etc/profile</code>
|
|
|
|
(for a system-wide installation) or <code>$HOME/.profile</code>:
|
2009-10-23 16:24:08 -06:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<pre>
|
2012-02-13 23:02:28 -07:00
|
|
|
export PATH=$PATH:/usr/local/go/bin
|
2009-10-23 16:24:08 -06:00
|
|
|
</pre>
|
|
|
|
|
2013-11-24 19:36:16 -07:00
|
|
|
<h4 id="tarball_non_standard">Installing to a custom location</h4>
|
2013-11-20 13:55:29 -07:00
|
|
|
|
|
|
|
<p>
|
|
|
|
The Go binary distributions assume they will be installed in
|
|
|
|
<code>/usr/local/go</code> (or <code>c:\Go</code> under Windows),
|
2013-11-24 19:36:16 -07:00
|
|
|
but it is possible to install the Go tools to a different location.
|
2013-11-20 13:55:29 -07:00
|
|
|
In this case you must set the <code>GOROOT</code> environment variable
|
|
|
|
to point to the directory in which it was installed.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
For example, if you installed Go to your home directory you should add the
|
|
|
|
following commands to <code>$HOME/.profile</code>:
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<pre>
|
|
|
|
export GOROOT=$HOME/go
|
|
|
|
export PATH=$PATH:$GOROOT/bin
|
|
|
|
</pre>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<b>Note</b>: <code>GOROOT</code> must be set only when installing to a custom
|
|
|
|
location.
|
|
|
|
</p>
|
|
|
|
|
2015-08-04 19:58:44 -06:00
|
|
|
</div><!-- tarballInstructions -->
|
|
|
|
|
|
|
|
<div id="darwinPackageInstructions">
|
|
|
|
|
2012-09-17 18:01:09 -06:00
|
|
|
<h3 id="osx">Mac OS X package installer</h3>
|
2009-10-23 16:24:08 -06:00
|
|
|
|
|
|
|
<p>
|
2014-09-11 17:15:58 -06:00
|
|
|
<a href="https://golang.org/dl/">Download the package file</a>,
|
2013-11-20 13:55:29 -07:00
|
|
|
open it, and follow the prompts to install the Go tools.
|
2012-02-13 23:02:28 -07:00
|
|
|
The package installs the Go distribution to <code>/usr/local/go</code>.
|
2009-10-23 16:24:08 -06:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
2012-02-13 23:02:28 -07:00
|
|
|
The package should put the <code>/usr/local/go/bin</code> directory in your
|
|
|
|
<code>PATH</code> environment variable. You may need to restart any open
|
|
|
|
Terminal sessions for the change to take effect.
|
2009-10-23 16:24:08 -06:00
|
|
|
</p>
|
|
|
|
|
2015-08-04 19:58:44 -06:00
|
|
|
</div><!-- darwinPackageInstructions -->
|
|
|
|
|
|
|
|
<div id="windowsInstructions">
|
|
|
|
|
2012-02-13 23:02:28 -07:00
|
|
|
<h3 id="windows">Windows</h3>
|
|
|
|
|
2015-08-04 19:58:44 -06:00
|
|
|
<p class="hideFromDownload">
|
2012-03-12 22:02:14 -06:00
|
|
|
The Go project provides two installation options for Windows users
|
|
|
|
(besides <a href="/doc/install/source">installing from source</a>):
|
2012-03-26 18:19:30 -06:00
|
|
|
a zip archive that requires you to set some environment variables and an
|
2013-09-15 19:20:07 -06:00
|
|
|
MSI installer that configures your installation automatically.
|
2012-03-12 22:02:14 -06:00
|
|
|
</p>
|
|
|
|
|
2015-08-04 19:58:44 -06:00
|
|
|
<div id="windowsInstallerInstructions">
|
|
|
|
|
2013-11-20 13:55:29 -07:00
|
|
|
<h4 id="windows_msi">MSI installer</h4>
|
2012-03-12 22:02:14 -06:00
|
|
|
|
2009-10-23 16:24:08 -06:00
|
|
|
<p>
|
2014-09-11 17:15:58 -06:00
|
|
|
Open the <a href="https://golang.org/dl/">MSI file</a>
|
2013-11-20 13:55:29 -07:00
|
|
|
and follow the prompts to install the Go tools.
|
|
|
|
By default, the installer puts the Go distribution in <code>c:\Go</code>.
|
2012-03-05 21:16:02 -07:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
2013-11-20 13:55:29 -07:00
|
|
|
The installer should put the <code>c:\Go\bin</code> directory in your
|
|
|
|
<code>PATH</code> environment variable. You may need to restart any open
|
|
|
|
command prompts for the change to take effect.
|
2009-10-23 16:24:08 -06:00
|
|
|
</p>
|
|
|
|
|
2015-08-04 19:58:44 -06:00
|
|
|
</div><!-- windowsInstallerInstructions -->
|
|
|
|
|
|
|
|
<div id="windowsZipInstructions">
|
|
|
|
|
2013-11-20 13:55:29 -07:00
|
|
|
<h4 id="windows_zip">Zip archive</h4>
|
|
|
|
|
2012-03-12 22:02:14 -06:00
|
|
|
<p>
|
2014-09-11 17:15:58 -06:00
|
|
|
<a href="https://golang.org/dl/">Download the zip file</a> and extract it into the directory of your choice (we suggest <code>c:\Go</code>).
|
2012-03-12 22:02:14 -06:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
2013-11-20 13:55:29 -07:00
|
|
|
If you chose a directory other than <code>c:\Go</code>,
|
|
|
|
you must set the <code>GOROOT</code> environment variable to your chosen path.
|
2012-03-12 22:02:14 -06:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
2013-11-20 13:55:29 -07:00
|
|
|
Add the <code>bin</code> subdirectory of your Go root (for example, <code>c:\Go\bin</code>) to your <code>PATH</code> environment variable.
|
2012-03-12 22:02:14 -06:00
|
|
|
</p>
|
|
|
|
|
2015-08-04 19:58:44 -06:00
|
|
|
</div><!-- windowsZipInstructions -->
|
|
|
|
|
2012-03-12 22:02:14 -06:00
|
|
|
<h4 id="windows_env">Setting environment variables under Windows</h4>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Under Windows, you may set environment variables through the "Environment
|
|
|
|
Variables" button on the "Advanced" tab of the "System" control panel. Some
|
|
|
|
versions of Windows provide this control panel through the "Advanced System
|
|
|
|
Settings" option inside the "System" control panel.
|
|
|
|
</p>
|
|
|
|
|
2015-08-04 19:58:44 -06:00
|
|
|
</div><!-- windowsInstructions -->
|
|
|
|
|
2013-11-20 13:55:29 -07:00
|
|
|
|
2012-03-25 20:59:30 -06:00
|
|
|
<h2 id="testing">Test your installation</h2>
|
2009-10-23 16:24:08 -06:00
|
|
|
|
|
|
|
<p>
|
2015-08-04 19:58:44 -06:00
|
|
|
Check that Go is installed correctly by setting up a workspace
|
|
|
|
and building a simple program, as follows.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Create a directory to contain your <a href="code.html#Workspaces">workspace</a>,
|
|
|
|
<code>$HOME/work</code> for example, and set the <code>GOPATH</code> environment
|
|
|
|
variable to point to that location.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<pre>
|
|
|
|
$ <b>export GOPATH=$HOME/work</b>
|
|
|
|
</pre>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
You should put the above command in your shell startup script
|
|
|
|
(<code>$HOME/.profile</code> for example) or, if you use Windows,
|
|
|
|
follow the <a href="#windows_env">instructions above</a> to set the
|
|
|
|
<code>GOPATH</code> environment variable on your system.
|
2009-10-23 16:24:08 -06:00
|
|
|
</p>
|
|
|
|
|
2012-02-13 23:02:28 -07:00
|
|
|
<p>
|
2015-08-04 19:58:44 -06:00
|
|
|
Next, make the directories <code>src/github.com/user/hello</code> inside your
|
|
|
|
workspace (if you use GitHub, substitute your user name for <code>user</code>),
|
|
|
|
and inside the <code>hello</code> directory create a file named <code>hello.go</code>
|
|
|
|
with the following contents:
|
2009-10-23 16:24:08 -06:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<pre>
|
|
|
|
package main
|
|
|
|
|
|
|
|
import "fmt"
|
|
|
|
|
|
|
|
func main() {
|
2012-02-13 23:02:28 -07:00
|
|
|
fmt.Printf("hello, world\n")
|
2009-10-23 16:24:08 -06:00
|
|
|
}
|
|
|
|
</pre>
|
|
|
|
|
|
|
|
<p>
|
2015-08-04 19:58:44 -06:00
|
|
|
Then compile it with the <code>go</code> tool:
|
2009-10-23 16:24:08 -06:00
|
|
|
</p>
|
|
|
|
|
2012-02-13 23:02:28 -07:00
|
|
|
<pre>
|
2015-08-04 19:58:44 -06:00
|
|
|
$ <b>go install github.com/user/hello</b>
|
2012-02-13 23:02:28 -07:00
|
|
|
</pre>
|
|
|
|
|
2009-10-23 16:24:08 -06:00
|
|
|
<p>
|
2015-08-04 19:58:44 -06:00
|
|
|
The above command will put an executable command named <code>hello</code>
|
|
|
|
(or <code>hello.exe</code>) inside the <code>bin</code> directory of your workspace.
|
|
|
|
Execute the command to see the greeting:
|
2009-10-23 16:24:08 -06:00
|
|
|
</p>
|
2010-09-15 22:01:02 -06:00
|
|
|
|
2015-08-04 19:58:44 -06:00
|
|
|
<pre>
|
|
|
|
$ <b>$GOPATH/bin/hello</b>
|
|
|
|
hello, world
|
|
|
|
</pre>
|
2009-11-09 00:38:30 -07:00
|
|
|
|
|
|
|
<p>
|
2015-08-04 19:58:44 -06:00
|
|
|
If you see the "hello, world" message then your Go installation is working.
|
2009-11-09 00:38:30 -07:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
2015-08-04 19:58:44 -06:00
|
|
|
Before rushing off to write Go code please read the
|
|
|
|
<a href="/doc/code.html">How to Write Go Code</a> document,
|
|
|
|
which describes some essential concepts about using the Go tools.
|
2010-08-24 18:00:50 -06:00
|
|
|
</p>
|
2013-09-15 19:20:07 -06:00
|
|
|
|
|
|
|
|
|
|
|
<h2 id="uninstall">Uninstalling Go</h2>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
To remove an existing Go installation from your system delete the
|
|
|
|
<code>go</code> directory. This is usually <code>/usr/local/go</code>
|
|
|
|
under Linux, Mac OS X, and FreeBSD or <code>c:\Go</code>
|
|
|
|
under Windows.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
You should also remove the Go <code>bin</code> directory from your
|
|
|
|
<code>PATH</code> environment variable.
|
|
|
|
Under Linux and FreeBSD you should edit <code>/etc/profile</code> or
|
|
|
|
<code>$HOME/.profile</code>.
|
|
|
|
If you installed Go with the <a href="#osx">Mac OS X package</a> then you
|
|
|
|
should remove the <code>/etc/paths.d/go</code> file.
|
|
|
|
Windows users should read the section about <a href="#windows_env">setting
|
|
|
|
environment variables under Windows</a>.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
2013-11-20 13:55:29 -07:00
|
|
|
<h2 id="help">Getting help</h2>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
For real-time help, ask the helpful gophers in <code>#go-nuts</code> on the
|
|
|
|
<a href="http://freenode.net/">Freenode</a> IRC server.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
The official mailing list for discussion of the Go language is
|
2014-07-24 18:28:39 -06:00
|
|
|
<a href="//groups.google.com/group/golang-nuts">Go Nuts</a>.
|
2013-11-20 13:55:29 -07:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Report bugs using the
|
2014-07-24 18:28:39 -06:00
|
|
|
<a href="//golang.org/issue">Go issue tracker</a>.
|
2013-11-20 13:55:29 -07:00
|
|
|
</p>
|