Skip to content

Commit 7f48606

Browse files
committed
docs: list make as a build dep.
Fixes #45. R=rsc, r1 CC=golang-dev https://golang.org/cl/154055
1 parent cd0cbd3 commit 7f48606

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/install.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,14 @@ <h2>Fetch the repository</h2>
154154
<h2>Install Go</h2>
155155

156156
<p>The Go tool chain is written in C. To build it, you need
157-
to have GCC, the standard C libraries, the parser generator Bison, and the text editor ed
158-
installed. On OS X, they can be installed as part of <a href="http://developer.apple.com/TOOLS/Xcode/">Xcode</a>.
159-
On Linux,
157+
to have GCC, the standard C libraries, the parser generator Bison,
158+
<tt>make</tt> and the text editor <tt>ed</tt> installed. On OS X, they can be
159+
installed as part of
160+
<a href="http://developer.apple.com/TOOLS/Xcode/">Xcode</a>. On Linux,
160161
</p>
161162

162163
<pre>
163-
$ sudo apt-get install bison gcc libc6-dev ed
164+
$ sudo apt-get install bison gcc libc6-dev ed make
164165
</pre>
165166

166167
<p>

0 commit comments

Comments
 (0)