From: Andrew Gerrand Date: Wed, 17 Feb 2010 01:48:43 +0000 (-0800) Subject: install: Added gcc, build-essential to apt-get command line. X-Git-Tag: weekly.2010-02-17~7 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=77525dc866fdfc21b7612f11d9af08a4e5753aa6;p=gostls13.git 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 --- 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

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.