diff --git a/doc/install.html b/doc/install.html index 9264f3a0d07..e9f0f0dc095 100644 --- a/doc/install.html +++ b/doc/install.html @@ -33,11 +33,11 @@ system and architecture, try
-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.
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. |