Skip to content

Commit 219ca60

Browse files
committed
doc: fix required OS X version inconsistency for binary downloads
Updates #16625 Change-Id: Icac6705828bd9b29379596ba64b34d922b9002c3 Reviewed-on: https://go-review.googlesource.com/25548 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 26015b9 commit 219ca60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/install.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2 id="download">Download the Go distribution</h2>
1717
<p>
1818
<a href="https://golang.org/dl/" target="_blank">Official binary
1919
distributions</a> are available for the FreeBSD (release 8-STABLE and above),
20-
Linux, Mac OS X (10.7 and above), and Windows operating systems and
20+
Linux, Mac OS X (10.8 and above), and Windows operating systems and
2121
the 32-bit (<code>386</code>) and 64-bit (<code>amd64</code>) x86 processor
2222
architectures.
2323
</p>
@@ -49,7 +49,7 @@ <h2 id="requirements">System requirements</h2>
4949
<tr><td colspan="3"><hr></td></tr>
5050
<tr><td>FreeBSD 8-STABLE or later</td> <td>amd64</td> <td>Debian GNU/kFreeBSD not supported</td></tr>
5151
<tr><td>Linux 2.6.23 or later with glibc</td> <td>amd64, 386, arm</td> <td>CentOS/RHEL 5.x not supported</td></tr>
52-
<tr><td>Mac OS X 10.7 or later</td> <td>amd64</td> <td>use the clang or gcc<sup>&#8224;</sup> that comes with Xcode<sup>&#8225;</sup></td></tr>
52+
<tr><td>Mac OS X 10.7 or later</td> <td>amd64</td> <td>use the clang or gcc<sup>&#8224;</sup> that comes with Xcode<sup>&#8225;</sup> for <code>cgo</code> support</td></tr>
5353
<tr><td>Windows XP or later</td> <td>amd64, 386</td> <td>use MinGW gcc<sup>&#8224;</sup>. No need for cygwin or msys.</td></tr>
5454
</table>
5555

0 commit comments

Comments
 (0)