Differences between revisions 45 and 47 (spanning 2 versions)
Revision 45 as of 2009-11-17 02:07:44
Size: 6368
Editor: SteveBorho
Comment:
Revision 47 as of 2009-11-23 11:25:37
Size: 6405
Editor: JimHague
Comment: 1.4 on AIX
Deletions are marked like this. Additions are marked like this.
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)
Line 70: Line 70:
 * [[http://www.lunch.org.uk/wiki/aix_packages|Mercurial and supporting RPMs, for AIX 5.2 and later]] - 1.3.1  * [[http://www.lunch.org.uk/wiki/aix_packages|Mercurial and supporting RPMs, for AIX 5.2 and later]] - 1.4

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