Commit 77525dc8 authored by Andrew Gerrand's avatar Andrew Gerrand

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
parent 7b5789b5
......@@ -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.
......
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