From: Adam Langley Date: Wed, 11 Nov 2009 19:18:17 +0000 (-0800) Subject: docs: list make as a build dep. X-Git-Tag: weekly.2009-11-12~37 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7f4860640b8cb5e00fe14719d2cb8e91e087eea5;p=gostls13.git docs: list make as a build dep. Fixes #45. R=rsc, r1 CC=golang-dev https://golang.org/cl/154055 --- diff --git a/doc/install.html b/doc/install.html index 85ae63f2ca..d095cff28e 100644 --- a/doc/install.html +++ b/doc/install.html @@ -154,13 +154,14 @@ $ hg clone -r release https://go.googlecode.com/hg/ $GOROOT

Install Go

The Go tool chain is written in C. To build it, you need -to have GCC, the standard C libraries, the parser generator Bison, and the text editor ed -installed. On OS X, they can be installed as part of Xcode. -On Linux, +to have GCC, the standard C libraries, the parser generator Bison, +make and the text editor ed installed. On OS X, they can be +installed as part of +Xcode. On Linux,

-$ sudo apt-get install bison gcc libc6-dev ed
+$ sudo apt-get install bison gcc libc6-dev ed make