Differences between revisions 238 and 239
Revision 238 as of 2011-12-03 19:03:03
Size: 8889
Comment: Update Inno Setup installer links with 2.0.1 release
Revision 239 as of 2011-12-04 11:41:11
Size: 8900
Editor: rcl
Comment: updated Hg MSI installers
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
 * [[https://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-2.0.0-x86.msi|Mercurial-2.0 (32-bit msi)]] / [[https://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-2.0.0-x64.msi|Mercurial-2.0 (64-bit msi)]], needs admin rights to install.  * [[https://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-2.0.1-x86.msi|Mercurial-2.0.1 (32-bit msi)]] / [[https://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-2.0.1-x64.msi|Mercurial-2.0.1 (64-bit msi)]], needs admin rights to install.
Line 16: Line 16:
 * [[https://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-2.0.win32-py2.6.exe|Mercurial-2.0 (32-bit py2.6)]] / [[https://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-2.0.win-amd64-py2.6.exe|Mercurial-2.0 (64-bit py2.6)]], installs Mercurial source as Python modules and thus requires [[http://www.python.org/download/releases/2.6.6/|Python 2.6]] installed. This is recommended for hgweb setups and extensions with non-standard dependencies.  * [[https://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-2.0.1.win32-py2.6.exe|Mercurial-2.0.1(32-bit py2.6)]] / [[https://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-2.0.1.win-amd64-py2.6.exe|Mercurial-2.0.1 (64-bit py2.6)]], installs Mercurial source as Python modules and thus requires [[http://www.python.org/download/releases/2.6.6/|Python 2.6]] installed. This is recommended for hgweb setups and extensions with non-standard dependencies.

Download

Source archives and binary packages for various systems. See WhatsNew for information on upgrading.

1. Binary packages

1.1. Windows

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

The following installers can be used from Windows XP onwards:

Most of the above installers are from thg-winbuild, which has nightly builds of Mercurial and TortoiseHg.

1.2. Mac OS X

  • Mac OS X packages (old versions may require adding 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.9 (on 2011-07-04)

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.

1.4. Linux (.rpm)

  • RPMforge: packages for RHEL 5 and CentOS 5; install using yum install mercurial - 1.5

  • Mandriva: install with urpmi mercurial - 1.7.2

  • Fedora - latest version is available within few days after release, install with yum install '*mercurial*'

  • Fedora Projects EPEL for RHEL and CentOS 5: 1.3.1, install with yum install '*mercurial*'

  • openSUSE - latest version is available shortly after release in the devel:tools:scm repository

  • Ark Linux - 1.6.2

  • OpenPKG - 1.4

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

1.5. Linux (others)

1.6. Solaris

1.7. AIX

1.8. BSD

* FreeBSD; use pkg_add for installing - 1.9 (on 2011-07-06)

* http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/mercurial/

2. Source packages

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

3. Using easy_install

/!\ This method is not recommended and may conflict with other installs of Mercurial.

Mercurial can also be installed from pypi with easy_install. 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.

/!\ Unable to find vcvarsall.bat fix error with mingw and install mercurial 1.7.3 with python 2.7

Create a file in C:\Python26\Lib\distutils and call it distutils.cfg
[build]
compiler=mingw32

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

easy_install -U mercurial


CategoryProject

Français, 中文, 日本語

Download (last edited 2021-10-01 20:25:20 by CarlReinke)