From 0ab6bb42e197c4c766769bfc4a8807f93cc630b9 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 9 Sep 2016 01:30:49 +0000 Subject: [PATCH] doc: clarify that any C compiler works for cgo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Currently the footnote says "gcc is required only if you plan to use cgo", but the footnote was referenced from the text: "use the clang or gcc† that comes with Xcode‡ for cgo support" That seems to imply that clang doesn't get you cgo support on OS X, which isn't true. The update text matches what the install-source.html page says. Change-Id: Ib88464a0d138227d357033123f6675a77d5d777f Reviewed-on: https://go-review.googlesource.com/28786 Reviewed-by: Minux Ma --- doc/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.html b/doc/install.html index cfe3e67a64..01681f4d86 100644 --- a/doc/install.html +++ b/doc/install.html @@ -54,7 +54,7 @@ If your OS or architecture is not on the list, you may be able to

-gcc is required only if you plan to use +A C compiler is required only if you plan to use cgo.
You only need to install the command line tools for Xcode. If you have already -- 2.48.1