]> Cypherpunks repositories - gostls13.git/commitdiff
doc: mention make version in install.html
authorRuss Cox <rsc@golang.org>
Wed, 27 Apr 2011 01:39:22 +0000 (21:39 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 27 Apr 2011 01:39:22 +0000 (21:39 -0400)
Fixes #1531.

R=adg
CC=golang-dev
https://golang.org/cl/4442088

doc/install.html

index 843e0645fe180a2e483500e3c3d4857d6356e479..b989416916901eabe88471d18ad064a54b1f5cb9 100644 (file)
@@ -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>