Commit c9ac862a authored by Russ Cox's avatar Russ Cox

in addition to bison, need to have gcc and c libraries installed.

R=r
http://go/go-review/1024043
parent da776791
...@@ -154,13 +154,14 @@ $ hg clone http://r45/ $GOROOT ...@@ -154,13 +154,14 @@ $ hg clone http://r45/ $GOROOT
<h2>Install Go</h2> <h2>Install Go</h2>
<p>You need to have the parser generator Bison installed. <p>The Go tool chain is written in C. To build it, you need
It is installed as part of Xcode on OS X. to have GCC, the standard C libraries, and the parser generator Bison
If you need it on Linux, installed. On OS X, they can be 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 $ sudo apt-get install bison gcc libc6-dev
</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