diff options
author | Andrew Gerrand <adg@golang.org> | 2010-02-16 17:48:43 -0800 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2010-02-16 17:48:43 -0800 |
commit | ca26c6c78a73a64c727b9bdd5876a15e5a750c43 (patch) | |
tree | 7765d26d36589af263a1a8df82548371aa797efd | |
parent | d08da5b375220d0500fc13e1ad24d370361b2592 (diff) | |
download | golang-ca26c6c78a73a64c727b9bdd5876a15e5a750c43.tar.gz |
install: Added gcc, build-essential to apt-get command line.
Mercury now requires build tools to install.
R=rsc
CC=golang-dev
http://codereview.appspot.com/210042
-rw-r--r-- | doc/install.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.html b/doc/install.html index 6321ce726..7d0067875 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. |