From: Russ Cox Date: Tue, 18 Aug 2015 15:15:15 +0000 (-0400) Subject: doc: adjust binary install page supported system list X-Git-Tag: go1.5~1^2~6 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=54575631a52d8afbc9f77cb2a7a456e1592a801d;p=gostls13.git doc: adjust binary install page supported system list Make clear that this list is the list of supported systems for binary distributions, and that other systems may be able to build the distribution from source, in addition to using gccgo. Drop freebsd/arm from the list on this page. We have never issued a binary distribution for freebsd/arm, and we're not going to start in Go 1.5, since we don't even have a working builder for it. Drop freebsd/386 from the list on the page, because we are unable to build binary distributions, per adg. I think the wording here should probably be revised further, but not now. Change-Id: Ib43b6b64f5c438bfb9aa4d3daa43393f1e33b71f Reviewed-on: https://go-review.googlesource.com/13690 Reviewed-by: Andrew Gerrand Reviewed-by: Rob Pike --- diff --git a/doc/install.html b/doc/install.html index 9264f3a0d0..e9f0f0dc09 100644 --- a/doc/install.html +++ b/doc/install.html @@ -33,11 +33,11 @@ system and architecture, try

System requirements

-The gc compiler supports the following operating systems and -architectures. Please ensure your system meets these requirements before -proceeding. If your OS or architecture is not on the list, it's possible that -gccgo might support your setup; see -Setting up and using gccgo for details. +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 +install from source or +use gccgo instead.

@@ -47,9 +47,9 @@ proceeding. If your OS or architecture is not on the list, it's possible that - - - + + +
Notes

FreeBSD 8-STABLE or later amd64, 386, arm Debian GNU/kFreeBSD not supported; FreeBSD/ARM needs FreeBSD 10 or later
Linux 2.6.23 or later with glibc amd64, 386, arm CentOS/RHEL 5.x not supported; no binary distribution for ARM yet
Mac OS X 10.7 or later amd64 use the gcc that comes with Xcode
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; install from source for ARM
Mac OS X 10.7 or later amd64 use the clang or gcc that comes with Xcode
Windows XP or later amd64, 386 use MinGW gcc. No need for cygwin or msys.