aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2010-02-16 17:48:43 -0800
committerAndrew Gerrand <adg@golang.org>2010-02-16 17:48:43 -0800
commit77525dc866fdfc21b7612f11d9af08a4e5753aa6 (patch)
tree0f58bd6f625ba8a056fd7028cee32ecbd8d36c9a
parent7b5789b5848f88da067d27a5cfa4bd62a77b1c12 (diff)
downloadgo-77525dc866fdfc21b7612f11d9af08a4e5753aa6.tar.gz
go-77525dc866fdfc21b7612f11d9af08a4e5753aa6.zip
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
-rw-r--r--doc/install.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.html b/doc/install.html
index 6321ce726e..7d00678758 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -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.