comparison download.html @ 10:14bec93c9f9c

Merge
author Chris Cannam
date Tue, 11 Oct 2011 11:08:47 +0100
parents 0916db73089d
children 9d315cb41b5f
comparison
equal deleted inserted replaced
9:556988df46a0 10:14bec93c9f9c
14 <div id="navbar"><div id="navbar-inner"> 14 <div id="navbar"><div id="navbar-inner">
15 <a name="navigation" id="navigation"></a> 15 <a name="navigation" id="navigation"></a>
16 <div id="primary"> 16 <div id="primary">
17 <ul class="links"><li class="first"><a href="index.html" title="">Home</a></li> 17 <ul class="links"><li class="first"><a href="index.html" title="">Home</a></li>
18 <li><a href="http://code.soundsoftware.ac.uk/projects/easyhg" title="Project page">Project page</a></li> 18 <li><a href="http://code.soundsoftware.ac.uk/projects/easyhg" title="Project page">Project page</a></li>
19 <li><a href="http://bitbucket.org/cannam/easyhg" title="BitBucket">BitBucket</a></li>
19 <li><a href="http://code.soundsoftware.ac.uk/projects/easyhg/wiki/Screenshots" title="Screenshots">Screenshots</a></li> 20 <li><a href="http://code.soundsoftware.ac.uk/projects/easyhg/wiki/Screenshots" title="Screenshots">Screenshots</a></li>
21 <li><a href="videos.html" title="Videos">Videos</a></li>
20 <li class=last>Download</li> 22 <li class=last>Download</li>
21 </ul> </div> 23 </ul> </div>
22 </div></div> 24 </div></div>
23 25
24 <div id="page"> 26 <div id="page">
25 <div id="download-windows"> 27 <div id="download-windows">
26 <h2>Windows</h2> 28 <h2>Windows</h2>
27 29
28 <p><big>&#187; <a href="http://code.soundsoftware.ac.uk/attachments/download/114/EasyMercurial-0.9.7-Setup.exe">Download EasyMercurial Windows installer</a></big></p> 30 <p><big>&#187; <a href="http://code.soundsoftware.ac.uk/attachments/download/167/EasyMercurial-1.0.1-Setup.exe">Download EasyMercurial Windows installer</a></big></p>
29 31
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> 32 <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 to the <a href="http://tortoisehg.bitbucket.org/">TortoiseHg project</a> for the bundling mechanism.)</p>
31 33
32 </div> 34 </div>
33 <div id="download-mac"> 35 <div id="download-mac">
34 <h2>Mac OS/X</h2> 36 <h2>Mac OS/X</h2>
35 37
36 <p><big>&#187; <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> 38 <p><big>&#187; <a href="http://code.soundsoftware.ac.uk/attachments/download/151/EasyMercurial-1.0.dmg">Download EasyMercurial package for Mac OS/X</a></big></p>
37 39
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> 40 <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>
39 41
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> 42 <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>
41 43
42 </div> 44 </div>
43 <div id="download-linux"> 45 <div id="download-linux">
44 <h2>Linux</h2> 46 <h2>Linux</h2>
45 47
46 <p><big>&#187; <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>&#187; <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> 48 <p><big>&#187; <a href="http://code.soundsoftware.ac.uk/attachments/download/148/easymercurial_1.0cc-2_i386.deb">Download EasyMercurial for 32-bit Ubuntu/Debian</a><br>&#187; <a href="http://code.soundsoftware.ac.uk/attachments/download/149/easymercurial_1.0cc-2_amd64.deb">Download EasyMercurial for 64-bit Ubuntu/Debian</a></big></p>
47 49
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 python-crypto kdiff3</code></b>. 50 <p>You should only have to install the relevant package: and all the necessary dependencies should be added by your package manager.</p>
49 51
52 </div>
53 <div id="download-source">
54 <h2>Source code</h2>
55
56 <p><big>&#187; <a href="http://code.soundsoftware.ac.uk/attachments/download/150/EasyMercurial-1.0-src.tar.gz">Download EasyMercurial source code</a>
57 </div>