Differences between revisions 49 and 50
Revision 49 as of 2009-12-02 06:09:13
Size: 6434
Editor: SteveBorho
Comment:
Revision 50 as of 2009-12-02 06:09:51
Size: 6434
Editor: SteveBorho
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
 * [[http://bitbucket.org/tortoisehg/thg-winbuild/downloads/Mercurial-1.4,1-1.exe|Mercurial-1.4.1]] installer.  * [[http://bitbucket.org/tortoisehg/thg-winbuild/downloads/Mercurial-1.4.1-1.exe|Mercurial-1.4.1]] installer.

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