1
0
mirror of https://github.com/golang/go synced 2024-11-22 05:14:40 -07:00

doc: update Mercurial installation instructions

R=r
CC=golang-dev
https://golang.org/cl/6031046
This commit is contained in:
Andrew Gerrand 2012-04-14 13:27:11 +10:00
parent 061061e77c
commit 0e596024c2

View File

@ -106,26 +106,13 @@ On Windows, install <code>gcc</code> with
<p> <p>
To perform the next step you must have Mercurial installed. (Check that you To perform the next step you must have Mercurial installed. (Check that you
have an <code>hg</code> command.) This suffices to install Mercurial on most have an <code>hg</code> command.)
Unix systems:
</p> </p>
<pre>
sudo easy_install mercurial==2.0
</pre>
<p> <p>
On Ubuntu/Debian, the Mercurial in your distribution's If you do not have a working Mercurial installation,
package repository is most likely old and broken. follow the instructions on the
You might try this first: <a href="http://mercurial.selenic.com/downloads/">Mercurial downloads</a> page.
</p>
<pre>apt-get install python-setuptools python-dev build-essential</pre>
<p>
If that fails, or if you use Windows, install manually from the
<a href="http://mercurial.selenic.com/wiki/Download">Mercurial Download</a>
page.
</p> </p>
<p> <p>