aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-04-26 21:39:22 -0400
committerRuss Cox <rsc@golang.org>2011-04-26 21:39:22 -0400
commitc3e6e6ec09ac24c0194e99d5afee39bf7a1c3ead (patch)
treeb46964870a55fd116d100416432b635c666cf2d6
parentca8a055f5cc7c1dfa0eb542c60071c7a24350f76 (diff)
downloadgo-c3e6e6ec09ac24c0194e99d5afee39bf7a1c3ead.tar.gz
go-c3e6e6ec09ac24c0194e99d5afee39bf7a1c3ead.zip
doc: mention make version in install.html
Fixes #1531. R=adg CC=golang-dev https://golang.org/cl/4442088
-rw-r--r--doc/install.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.html b/doc/install.html
index 843e0645fe..b989416916 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -80,7 +80,7 @@ To build it, you need these programs installed:
<li>GCC,
<li>the standard C libraries,
<li>the parser generator Bison,
-<li><tt>make</tt>,
+<li>GNU <tt>make</tt> (version 3.81 or later),
<li><tt>awk</tt>, and
<li>the text editor <tt>ed</tt>.
</ul>