~john-koepi/ubuntu/trusty/golang/default

« back to all changes in this revision

Viewing changes to doc/install-source.html

  • Committer: Package Import Robot
  • Author(s): Ondřej Surý
  • Date: 2012-05-02 15:44:59 UTC
  • mfrom: (14.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120502154459-wcmy8ao1325ml619
Tags: 2:1.0.1-1
* Imported Upstream version 1.0.1
* Apply godoc patch to display package list correctly (Closes: #669354)

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
 
107
107
<p>
108
108
To perform the next step you must have Mercurial installed. (Check that you
109
 
have an <code>hg</code> command.) This suffices to install Mercurial on most
110
 
Unix systems:
111
 
</p>
112
 
 
113
 
<pre>
114
 
sudo easy_install mercurial==2.0
115
 
</pre>
116
 
 
117
 
<p>
118
 
On Ubuntu/Debian, the Mercurial in your distribution's
119
 
package repository is most likely old and broken.
120
 
You might try this first:
121
 
</p>
122
 
 
123
 
<pre>apt-get install python-setuptools python-dev build-essential</pre>
124
 
 
125
 
<p>
126
 
If that fails, or if you use Windows, install manually from the
127
 
<a href="http://mercurial.selenic.com/wiki/Download">Mercurial Download</a>
128
 
page.
 
109
have an <code>hg</code> command.)
 
110
</p>
 
111
 
 
112
<p>
 
113
If you do not have a working Mercurial installation,
 
114
follow the instructions on the
 
115
<a href="http://mercurial.selenic.com/downloads/">Mercurial downloads</a> page.
129
116
</p>
130
117
 
131
118
<p>