Differences between revisions 44 and 46 (spanning 2 versions)
Revision 44 as of 2009-11-17 02:04:02
Size: 6462
Editor: SteveBorho
Comment:
Revision 46 as of 2009-11-20 23:26:53
Size: 6407
Editor: LeeCantey
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
 * [[TortoiseHg]] all-in-one installer with MS-Explorer integration. Version 0.8.3 includes Mercurial 1.3.1 plus bugfixes ([[http://bitbucket.org/tortoisehg/stable/wiki/download|download]], current released installer is !TortoiseHg-0.8.3-hg-1.3.1+7cea12e70129.exe)  * [[TortoiseHg]] all-in-one installer with MS-Explorer integration. Version 0.9 includes Mercurial 1.4 ([[http://bitbucket.org/tortoisehg/stable/wiki/download|download]]
Line 23: Line 23:
 * [[http://mercurial.berkwood.com|Windows]] installer - latest release, previous builds, snapshots  * [[http://mercurial.berkwood.com|Minimal]] Windows installer - standalone or with existing python (latest and prior releases, snapshots)

(Other languages: Français )

Source packages

After getting the source, continue to UnixInstall or WindowsInstall for help with installing.

Binary packages

If you have Python and setuptools installed, you can also use easy_install.

1. Windows

/!\ Note that Mercurial on Windows is known to be incompatible with Avira Antivir Personal (see issue1820)

2. Mac OS X

  • Mac OS X packages (you may have to add export LC_ALL=en_US.UTF-8 and export LANG=en_US.UTF-8 to your ~/.profile)

  • fink - 1.2.1

  • macports: install with 'sudo port install mercurial' - 1.2.1

3. Linux (.deb)

Mercurial (from 1.0 onwards) is packaged for Debian-related distributions as two packages, mercurial and mercurial-common - you only need to care about this if you are downloading .deb files for manual installation - otherwise, APT dependency handling will take care of this for you when you install mercurial.

4. Linux (.rpm)

  • Mandriva: install with urpmi mercurial - 1.2.1

  • Fedora: install with yum install mercurial (see also mercurial-hgk, emacs-mercurial, emacs-mercurial-el) - beta releases

  • OpenSUSE - 1.2.1

  • Ark Linux - 1.0.2

  • OpenPKG - 1.2.1

  • CentOS 5: install with yum install mercurial - 1.0

5. Linux (others)

6. Solaris

7. AIX

8. BSD

Using easy_install

If you already have Python installed, you can install the latest version of Mercurial using easy_install:

 easy_install -U mercurial 

This is also the easiest way of installing a Mercurial newer than the one provided by your distribution.

If you have Python, but not easy_install, grab it from http://peak.telecommunity.com/DevCenter/EasyInstall.

Note: you may need the python-dev package to run easy_install.

Download (last edited 2024-11-27 22:27:13 by MattHarbison)