From 77525dc866fdfc21b7612f11d9af08a4e5753aa6 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 16 Feb 2010 17:48:43 -0800 Subject: [PATCH] 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 --- doc/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.html b/doc/install.html index 6321ce726e5..7d00678758b 100644 --- a/doc/install.html +++ b/doc/install.html @@ -186,7 +186,7 @@ $ sudo easy_install mercurial

works on most systems. -(On Ubuntu, you might try apt-get install python-setuptools python-dev first.) +(On Ubuntu/Debian, you might try apt-get install python-setuptools python-dev build-essential gcc first.) If that fails, visit the Mercurial Download page.

Make sure the $GOROOT directory does not exist or is empty.