annotate download.html @ 37:86cdf18e98c0 tip

Bitbucket -> SourceHut
author Chris Cannam
date Mon, 21 Sep 2020 09:48:05 +0100
parents 46a16d9bcb7a
children
rev   line source
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@12 17 <ul class="links">
Chris@12 18 <li class="first"><a href="index.html" title="">Home</a></li>
Chris@12 19 <li><a href="development.html" title="Development">Development</a></li>
Chris@12 20 <li><a href="screenshots.html" title="Screenshots">Screenshots</a></li>
Chris@8 21 <li><a href="videos.html" title="Videos">Videos</a></li>
Chris@1 22 <li class=last>Download</li>
Chris@12 23 </ul>
Chris@12 24 </div>
Chris@1 25 </div></div>
Chris@1 26
Chris@1 27 <div id="page">
Chris@12 28
Chris@34 29 <p>The current release is EasyMercurial 1.4. <a href="https://bitbucket.org/cannam/easyhg/raw/tip/CHANGELOG">See the list of changes since the last release</a>.</p>
Chris@23 30
Chris@34 31 <p>You can find the source code for EasyMercurial
Chris@35 32 1.4 <a href="https://code.soundsoftware.ac.uk/attachments/download/2433/EasyMercurial-1.4-src.tar.gz">here</a>. The
Chris@34 33 packages below also contain a custom build of
Chris@34 34 the <a href="http://kdiff3.sourceforge.net/">KDiff3</a> diff/merge
Chris@34 35 utility, with thanks to Joachim Eibl. We have tweaked it to remove some
Chris@34 36 features not needed for EasyMercurial. Source code for our tweaked
Chris@34 37 version of KDiff3 can be
Chris@34 38 found <a href="https://code.soundsoftware.ac.uk/projects/easyhg-kdiff3">here</a>.
Chris@19 39
Chris@1 40 <div id="download-windows">
Chris@1 41 <h2>Windows</h2>
Chris@1 42
Chris@35 43 <p><big>&#187; <a href="https://code.soundsoftware.ac.uk/attachments/download/2432/EasyMercurial-1.4-Setup.msi">Download EasyMercurial installer for Windows 7+</a></big></p>
Chris@1 44
Chris@34 45 <p>The Mercurial executable and KDiff3 diff/merge application are included. Some bundling components are sourced from the <a href="http://tortoisehg.bitbucket.io/">TortoiseHg project</a>, with thanks.</p>
Chris@1 46
Chris@1 47 </div>
Chris@1 48 <div id="download-mac">
Chris@34 49 <h2>Mac</h2>
Chris@1 50
Chris@35 51 <p><big>&#187; <a href="https://code.soundsoftware.ac.uk/attachments/download/2429/EasyMercurial-1.4.dmg">Download EasyMercurial package for macOS 10.12+</a></big>
Chris@34 52 </p>
Chris@1 53
Chris@34 54 <p>Mercurial itself is not included in this package. <a href="http://www.mercurial-scm.org/" target="_new">Download and install it</a> before you run EasyMercurial.</p>
Chris@1 55
Chris@34 56 <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 /usr/bin/easy_install pycrypto</code></b> in a terminal window.</p>
Chris@1 57
Chris@1 58 </div>
Chris@1 59 <div id="download-linux">
Chris@1 60 <h2>Linux</h2>
Chris@1 61
Chris@35 62 <p><big>&#187; <a href="https://code.soundsoftware.ac.uk/attachments/download/2431/easymercurial_1.4_amd64.deb">Download EasyMercurial package for 64-bit Ubuntu 14.04+</a></big><br></p>
Chris@1 63
Chris@34 64 <p>You should only have to install the relevant package: all the necessary dependencies should be added by your package manager.</p>
Chris@34 65
Chris@35 66 <p><big>&#187; <a href="https://code.soundsoftware.ac.uk/attachments/download/2430/EasyMercurial-1.4-x86_64.AppImage">Download EasyMercurial AppImage for most Linux systems</a></big></p>
Chris@34 67
Chris@36 68 <p>Mercurial itself is not included in this image. Install it using your distribution package manager first. Then download and save the EasyMercurial AppImage file, <a href="https://discourse.appimage.org/t/how-to-make-an-appimage-executable/">make it executable</a>, and run it.</p>
Chris@34 69
Chris@36 70 <p></p>
Chris@1 71
Chris@6 72 </div>
Chris@36 73
Chris@36 74 <br><br>
Chris@36 75