InstallingEasyHg » History » Version 5

Chris Cannam, 2011-03-14 03:41 PM

1 1 Chris Cannam
h1. Installing EasyMercurial
2 1 Chris Cannam
3 1 Chris Cannam
h2. Windows
4 1 Chris Cannam
5 5 Chris Cannam
*Download the latest EasyMercurial installer release* from the "download page":/projects/easyhg/files.
6 1 Chris Cannam
7 2 Chris Cannam
The current release is always highlighted in bold on that page.  You just need the file whose name ends in @Setup.exe@.
8 3 Chris Cannam
9 3 Chris Cannam
The installer includes the Mercurial executable and the KDiff3 diff/merge application (thanks to bundling mechanisms from the TortoiseHg project).  Just install and run.
10 3 Chris Cannam
11 3 Chris Cannam
h2. Mac OS/X
12 3 Chris Cannam
13 5 Chris Cannam
*Download the current EasyMercurial @.dmg@ file* from the "download page":/projects/easyhg/files.
14 3 Chris Cannam
15 4 Chris Cannam
The current release is always highlighted in bold on that page.
16 3 Chris Cannam
17 4 Chris Cannam
The OS/X release does *not* include the Mercurial program itself.  You will need to "download that":http://mercurial.selenic.com/ separately; the standard installer for Mercurial 1.7 or newer should be fine.  The EasyMercurial bundle does include the KDiff3 diff/merge application.
18 3 Chris Cannam
19 4 Chris Cannam
*Note*: Although the EasyMercurial distribution is a three-way universal binary for OS/X 10.4 and newer, 10.4 users will need to build their own Mercurial from source since recent enough versions are no longer distributed for that platform.
20 3 Chris Cannam
21 3 Chris Cannam
h2. Linux
22 3 Chris Cannam
23 3 Chris Cannam
A 32-bit Linux binary is available which will run on most current Linux distributions -- including 64-bit ones with a suitable compatibility layer.  Proper distribution packages are still pending.
24 3 Chris Cannam
25 3 Chris Cannam
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: @mercurial@ @libqtgui4@ @python-qt4@ @kdiff3@.
26 3 Chris Cannam
27 5 Chris Cannam
Then *download the current EasyMercurial Linux binary @.tar.gz@ file* from the "download page":/projects/easyhg/files.
28 3 Chris Cannam
29 3 Chris Cannam
The current release is always highlighted in bold on that page.  You just need the file whose name ends in @linux-i386.tar.gz@.
30 3 Chris Cannam
31 3 Chris Cannam
Unpack that file into a suitable place, and run the @EasyMercurial@ program from it.