Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
0e596024
Commit
0e596024
authored
Apr 14, 2012
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: update Mercurial installation instructions
R=r CC=golang-dev
https://golang.org/cl/6031046
parent
061061e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
17 deletions
+4
-17
doc/install-source.html
doc/install-source.html
+4
-17
No files found.
doc/install-source.html
View file @
0e596024
...
...
@@ -106,26 +106,13 @@ On Windows, install <code>gcc</code> with
<p>
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
Unix systems:
have an
<code>
hg
</code>
command.)
</p>
<pre>
sudo easy_install mercurial==2.0
</pre>
<p>
On Ubuntu/Debian, the Mercurial in your distribution's
package repository is most likely old and broken.
You might try this first:
</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.
If
you do not have a working Mercurial installation,
follow the instructions on the
<a
href=
"http://mercurial.selenic.com/downloads/"
>
Mercurial downloads
</a>
page.
</p>
<p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment