diff --git a/doc/install.html b/doc/install.html
index ad3eaf338b..b856836ff9 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -24,6 +24,32 @@ For information about installing gccgo
, see
Setting up and using gccgo.
+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.
+
Operating system | +Architectures | +Notes | +
---|---|---|
FreeBSD 7 or later | amd64, 386 | Debian GNU/kFreeBSD not supported |
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.6/10.7 | amd64, 386 | use the gcc† that comes with Xcode |
Windows 2000 or later | amd64, 386 | use mingw gcc†; cygwin or msys is not needed |
+†gcc
is required only if you plan to use cgo.
+
diff --git a/doc/style.css b/doc/style.css index 7f3384c6c2..a0c6320987 100644 --- a/doc/style.css +++ b/doc/style.css @@ -373,6 +373,7 @@ div#blog .read { .toggleVisible .expanded { display: block; } table.codetable { margin-left: auto; margin-right: auto; border-style: none; } +table.codetable td { padding-right: 10px; } hr { border-style: none; border-top: 1px solid black; } img.gopher {