~ubuntu-branches/ubuntu/saucy/golang/saucy

« back to all changes in this revision

Viewing changes to doc/install.html

  • Committer: Package Import Robot
  • Author(s): Ondřej Surý, Ondřej Surý, Michael Stapelberg
  • Date: 2012-06-28 12:14:15 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120628121415-w1b0076ixkarr1ml
[ Ondřej Surý ]
* Imported Upstream version 1.0.2
* Update Vcs fields to reflect new git repository location
* Kill get-orig-source, since 1.0.0, the tarballs can be downloaded
  from webpage

[ Michael Stapelberg ]
* golang-mode: use debian-pkg-add-load-path-item (Closes: #664802)
* Add manpages (Closes: #632964)
* Use updated pt.po from Pedro Ribeiro (Closes: #674958)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
<a href="/doc/install/gccgo">Setting up and using gccgo</a>.
25
25
</p>
26
26
 
 
27
<h2 id="requirements">System requirements</h2>
 
28
<p>
 
29
The <code>gc</code> compiler supports the following operating systems and
 
30
architectures. Please ensure your system meets these requirements before
 
31
proceeding. If your OS or architecture is not on the list, it's possible that
 
32
<code>gccgo</code> might support your setup; see
 
33
<a href="/doc/install/gccgo">Setting up and using gccgo</a> for details.
 
34
</p>
 
35
 
 
36
<table class="codetable" frame="border" summary="requirements">
 
37
<tr>
 
38
<th align="middle">Operating system</th>
 
39
<th align="middle">Architectures</th>
 
40
<th align="middle">Notes</th>
 
41
</tr>
 
42
<tr><td colspan="3"><hr></td></tr>
 
43
<tr><td>FreeBSD 7 or later</td> <td>amd64, 386</td> <td>Debian GNU/kFreeBSD not supported</td></tr>
 
44
<tr><td>Linux 2.6.23 or later with glibc</td> <td>amd64, 386, arm</td> <td>CentOS/RHEL 5.x not supported; no binary distribution for ARM yet</tr>
 
45
<tr><td>Mac OS X 10.6/10.7</td> <td>amd64, 386</td> <td>use the gcc<sup>&#8224;</sup> that comes with Xcode</td></tr>
 
46
<tr><td>Windows 2000 or later</td> <td>amd64, 386</td> <td>use mingw gcc<sup>&#8224;</sup>; cygwin or msys is not needed</td></tr>
 
47
</table>
 
48
 
 
49
<p>
 
50
<sup>&#8224;</sup><code>gcc</code> is required only if you plan to use <a href="/cmd/cgo">cgo</a>.
 
51
</p>
 
52
 
27
53
<h2 id="download">Download the Go tools</h2>
28
54
 
29
55
<p>