From: Brad Fitzpatrick Date: Sat, 6 Aug 2016 17:12:03 +0000 (-0700) Subject: doc: fix required OS X version inconsistency for binary downloads X-Git-Tag: go1.7rc6~1^2~1 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=219ca60;p=gostls13.git 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 --- diff --git a/doc/install.html b/doc/install.html index 0e6b86fdaf..cfe3e67a64 100644 --- a/doc/install.html +++ b/doc/install.html @@ -17,7 +17,7 @@

Official binary distributions are available for the FreeBSD (release 8-STABLE and above), -Linux, Mac OS X (10.7 and above), and Windows operating systems and +Linux, Mac OS X (10.8 and above), and Windows operating systems and the 32-bit (386) and 64-bit (amd64) x86 processor architectures.

@@ -49,7 +49,7 @@ If your OS or architecture is not on the list, you may be able to
FreeBSD 8-STABLE or later amd64 Debian GNU/kFreeBSD not supported Linux 2.6.23 or later with glibc amd64, 386, arm CentOS/RHEL 5.x not supported -Mac OS X 10.7 or later amd64 use the clang or gcc that comes with Xcode +Mac OS X 10.7 or later amd64 use the clang or gcc that comes with Xcode for cgo support Windows XP or later amd64, 386 use MinGW gcc. No need for cygwin or msys.