Skip to content
This repository has been archived by the owner on May 2, 2018. It is now read-only.

Commit

Permalink
install: Added gcc, build-essential to apt-get command line.
Browse files Browse the repository at this point in the history
Mercury now requires build tools to install.

R=rsc
CC=golang-dev
https://golang.org/cl/210042
  • Loading branch information
adg committed Feb 17, 2010
1 parent 7b5789b commit 77525dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h2>Fetch the repository</h2>
</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.
Expand Down

0 comments on commit 77525dc

Please sign in to comment.