Commit 7f486064 authored by Adam Langley's avatar Adam Langley

docs: list make as a build dep.

Fixes #45.

R=rsc, r1
CC=golang-dev
https://golang.org/cl/154055
parent cd0cbd3e
...@@ -154,13 +154,14 @@ $ hg clone -r release https://go.googlecode.com/hg/ $GOROOT ...@@ -154,13 +154,14 @@ $ hg clone -r release https://go.googlecode.com/hg/ $GOROOT
<h2>Install Go</h2> <h2>Install Go</h2>
<p>The Go tool chain is written in C. To build it, you need <p>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 to have GCC, the standard C libraries, the parser generator Bison,
installed. On OS X, they can be installed as part of <a href="http://developer.apple.com/TOOLS/Xcode/">Xcode</a>. <tt>make</tt> and the text editor <tt>ed</tt> installed. On OS X, they can be
On Linux, installed as part of
<a href="http://developer.apple.com/TOOLS/Xcode/">Xcode</a>. On Linux,
</p> </p>
<pre> <pre>
$ sudo apt-get install bison gcc libc6-dev ed $ sudo apt-get install bison gcc libc6-dev ed make
</pre> </pre>
<p> <p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment