Differences between revisions 100 and 103 (spanning 3 versions)
Revision 100 as of 2010-06-30 13:38:06
Size: 7230
Comment: replace no-admin-required berkwood with much newer portable app
Revision 103 as of 2010-07-01 23:26:36
Size: 7273
Editor: SteveBorho
Comment: thg 1.1 available
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
 * [http://portableapps.com/node/23367 Mercurial Portable], does not need admin privileges.
Line 19: Line 18:
  * [[http://tortoisehg.bitbucket.org/download/index.html|Download]] all-in-one installer with !TortoiseHg 1.0.4 and Mercurial 1.5.4 ([[http://tortoisehg.codeplex.com/releases|alternate download]])
  * [[http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.5.4.msi|Mercurial-1.5.4]] installer without !TortoiseHg
  * [[http://tortoisehg.bitbucket.org/download/index.html|Download]] all-in-one installer with !TortoiseHg 1.1 and Mercurial 1.6 ([[http://tortoisehg.codeplex.com/releases|alternate download]])
  * [[http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.6.0.msi|Mercurial-1.6.0]] installer without !TortoiseHg
Line 22: Line 21:
 * [[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

1. Windows

/!\ Like TortoiseSVN, we recommend to turn off the indexing service on the working copies and repositories, and exclude them from virus scans.

  • TortoiseHg with Windows Explorer "shell" integration

  • Minimal Windows installer - standalone or with existing python (latest and prior releases, 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.4.2

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)

An rpm package can be built from a Mercurial source repository with contrib/buildrpm. It has currently mostly been tested on Fedora.

5. Linux (others)

6. Solaris

7. AIX

8. BSD

Using easy_install

Mercurial can also be installed from pypi with easy_install. It will however mostly just download and make a partial installation from source as described above. The installation will not be complete, and there have been reports that it doesn't work on OS X.

You will need Python and the C compiler used to build it and easy_install. easy_install might be available in a python-dev or python-setuptools-devel package for your platform or you can grab it from http://peak.telecommunity.com/DevCenter/EasyInstall.

With the right prerequisites you can install the latest version of Mercurial using:

easy_install -U mercurial

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