1
0
mirror of https://github.com/golang/go synced 2024-11-24 15:20:03 -07:00

install: Added gcc, build-essential to apt-get command line.

Mercury now requires build tools to install.

R=rsc
CC=golang-dev
https://golang.org/cl/210042
This commit is contained in:
Andrew Gerrand 2010-02-16 17:48:43 -08:00
parent 7b5789b584
commit 77525dc866

View File

@ -186,7 +186,7 @@ $ sudo easy_install mercurial
</pre>
<p>works on most systems.
(On Ubuntu, you might try <code>apt-get install python-setuptools python-dev</code> first.)
(On Ubuntu/Debian, you might try <code>apt-get install python-setuptools python-dev build-essential gcc</code> first.)
If that fails, visit the <a href="http://mercurial.selenic.com/wiki/Download">Mercurial Download</a> page.</p>
<p>Make sure the <code>$GOROOT</code> directory does not exist or is empty.