Differences between revisions 32 and 33
Revision 32 as of 2009-07-26 13:34:55
Size: 5808
Comment: Debian testing now has version 1.3
Revision 33 as of 2009-08-04 10:51:18
Size: 5866
Editor: youshe
Comment: Link to french translation
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
''(Other languages:
[[FrenchDownload|Français]]
)''

(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

  • TortoiseHg all-in-one installer with MS-Explorer integration. Version 0.8.1 includes Mercurial 1.3.1 (download, current released installer is TortoiseHg-0.8.1-hg-1.3.1.exe)

  • Windows installer - latest release, previous builds, snapshots

  • cygwin can install mercurial.

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. 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)