Mercurial > hg > easyhg-website
view download.html @ 5:1e2637992a5c
Minor edit
author | Chris Cannam |
---|---|
date | Mon, 15 Aug 2011 13:04:51 +0100 |
parents | 753051f9ee33 |
children | 1b0da5f5bd42 |
line wrap: on
line source
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>EasyMercurial</title> <link rel="stylesheet" href="screen.css" media="screen"/> <meta name="robots" content="index"> <meta name="description" content=""> </head> <body> <div id="logo-title"><h1 id="site-name">EasyMercurial</h1></div> <div id="navbar"><div id="navbar-inner"> <a name="navigation" id="navigation"></a> <div id="primary"> <ul class="links"><li class="first"><a href="index.html" title="">Home</a></li> <li><a href="http://code.soundsoftware.ac.uk/projects/easyhg" title="Project page">Project page</a></li> <li><a href="http://code.soundsoftware.ac.uk/projects/easyhg/wiki/Screenshots" title="Screenshots">Screenshots</a></li> <li class=last>Download</li> </ul> </div> </div></div> <div id="page"> <div id="download-windows"> <h2>Windows</h2> <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> <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> </div> <div id="download-mac"> <h2>Mac OS/X</h2> <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> <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> <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> </div> <div id="download-linux"> <h2>Linux</h2> <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> 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>.