Chris@1
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
Chris@1
|
2 <html>
|
Chris@1
|
3 <head>
|
Chris@1
|
4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
Chris@1
|
5 <title>EasyMercurial</title>
|
Chris@1
|
6 <link rel="stylesheet" href="screen.css" media="screen"/>
|
Chris@1
|
7 <meta name="robots" content="index">
|
Chris@1
|
8 <meta name="description" content="">
|
Chris@1
|
9 </head>
|
Chris@1
|
10 <body>
|
Chris@1
|
11
|
Chris@1
|
12 <div id="logo-title"><h1 id="site-name">EasyMercurial</h1></div>
|
Chris@1
|
13
|
Chris@1
|
14 <div id="navbar"><div id="navbar-inner">
|
Chris@1
|
15 <a name="navigation" id="navigation"></a>
|
Chris@1
|
16 <div id="primary">
|
Chris@1
|
17 <ul class="links"><li class="first"><a href="index.html" title="">Home</a></li>
|
Chris@1
|
18 <li><a href="http://code.soundsoftware.ac.uk/projects/easyhg" title="Project page">Project page</a></li>
|
Chris@1
|
19 <li><a href="http://code.soundsoftware.ac.uk/projects/easyhg/wiki/Screenshots" title="Screenshots">Screenshots</a></li>
|
Chris@1
|
20 <li class=last>Download</li>
|
Chris@1
|
21 </ul> </div>
|
Chris@1
|
22 </div></div>
|
Chris@1
|
23
|
Chris@1
|
24 <div id="page">
|
Chris@1
|
25 <div id="download-windows">
|
Chris@1
|
26 <h2>Windows</h2>
|
Chris@1
|
27
|
Chris@1
|
28 <p><big>» <a href="http://code.soundsoftware.ac.uk/attachments/download/114/EasyMercurial-0.9.7-Setup.exe">Download EasyMercurial Windows installer</a></big></p>
|
Chris@1
|
29
|
Chris@1
|
30 <p>The Mercurial executable and KDiff3 diff/merge application are included. Just install and run. (Thanks to Joachim Eibl for <a href="http://kdiff3.sourceforge.net/">KDiff3</a> and the <a href="http://tortoisehg.bitbucket.org/">TortoiseHg project</a> for the bundling mechanism.)</p>
|
Chris@1
|
31
|
Chris@1
|
32 </div>
|
Chris@1
|
33 <div id="download-mac">
|
Chris@1
|
34 <h2>Mac OS/X</h2>
|
Chris@1
|
35
|
Chris@1
|
36 <p><big>» <a href="http://code.soundsoftware.ac.uk/attachments/download/119/EasyMercurial-0.9.7.dmg">Download EasyMercurial package for Mac OS/X</a></big></p>
|
Chris@1
|
37
|
Chris@1
|
38 <p>Mercurial itself is not included in this package.<br><a href="http://mercurial.selenic.com/" target="_new">Download and install it</a> before you run EasyMercurial.</p>
|
Chris@1
|
39
|
Chris@1
|
40 <p>You may also wish to install the <a href="https://www.dlitz.net/software/pycrypto/">PyCrypto</a> library to enable the EasyMercurial password management facility. To do so, type <b><code>sudo easy_install pycrypto</code></b> in a terminal window.</p>
|
Chris@1
|
41
|
Chris@1
|
42 </div>
|
Chris@1
|
43 <div id="download-linux">
|
Chris@1
|
44 <h2>Linux</h2>
|
Chris@1
|
45
|
Chris@1
|
46 <p><big>» <a href="http://code.soundsoftware.ac.uk/attachments/download/120/EasyMercurial-0.9.7-linux-i386.tar.gz">Download EasyMercurial for 32-bit Linux</a><br>» <a href="http://code.soundsoftware.ac.uk/attachments/download/121/EasyMercurial-0.9.7-linux-x86_64.tar.gz">Download EasyMercurial for 64-bit Linux</a></big></p>
|
Chris@1
|
47
|
Chris@1
|
48 First install the prerequisites using your distribution's package manager. These are Mercurial itself, the Qt4 and PyQt4 toolkits, and KDiff3. In Ubuntu the packages you need are: <b><code>mercurial python-qt4 kdiff3</code></b>.
|
Chris@1
|
49
|