From: Russ Cox Date: Wed, 27 Apr 2011 01:39:22 +0000 (-0400) Subject: doc: mention make version in install.html X-Git-Tag: weekly.2011-04-27~19 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c3e6e6ec09ac24c0194e99d5afee39bf7a1c3ead;p=gostls13.git doc: mention make version in install.html Fixes #1531. R=adg CC=golang-dev https://golang.org/cl/4442088 --- 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:
  • GCC,
  • the standard C libraries,
  • the parser generator Bison, -
  • make, +
  • GNU make (version 3.81 or later),
  • awk, and
  • the text editor ed.