Differences between revisions 29 and 32 (spanning 3 versions)
Revision 29 as of 2011-08-03 15:48:42
Size: 10148
Comment: sync with Download@209
Revision 32 as of 2011-08-16 11:16:07
Size: 9925
Editor: JimHague
Comment: AIX 1.9.1
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
 * [[http://mercurial.selenic.com/release/windows/Mercurial-1.9.exe|Mercurial-1.9 (32-bit exe)]] / [[http://mercurial.selenic.com/release/windows/Mercurial-1.9-x64.exe|Mercurial-1.9 (64-bit exe)]], does not need admin rights to install (!InnoSetup based).  * [[http://mercurial.selenic.com/release/windows/Mercurial-1.9.1.exe|Mercurial-1.9.1 (32-bit exe)]] / [[http://mercurial.selenic.com/release/windows/Mercurial-1.9.1-x64.exe|Mercurial-1.9.1 (64-bit exe)]], does not need admin rights to install (!InnoSetup based).
Line 22: Line 22:
 * [[http://mercurial.berkwood.com|Mac OS X]] パッケージ (`export LC_ALL=ja_JP.UTF-8` と `export LANG=ja_JP.UTF-8` を `~/.profile` へ書き足す必要があるでしょう。)  * [[http://mercurial.berkwood.com|Mac OS X]] パッケージ ~-(旧バージョンでは `export LC_ALL=en_US.UTF-8` と `export LANG=en_US.UTF-8` を `~/.profile` へ書き足す必要があるで
しょう。)-~
Line 24: Line 25:
 * [[http://www.macports.org/|macports]]: install with 'sudo port install mercurial' - 1.4.2  * [[https://trac.macports.org/browser/trunk/dports/devel/mercurial/Portfile|macports]]: install with 'sudo port install mercurial' - 1.9 (on 2011-07-04)
Line 40: Line 41:
   * [[https://launchpad.net/~mercurial-ppa/+archive/releases|Releases]] - 1.9    * [[https://launchpad.net/~mercurial-ppa/+archive/releases|Releases]] - 1.9.1
Line 69: Line 70:
 * [[http://www.lunch.org.uk/wiki/aix_packages|Mercurial and supporting RPMs, for AIX 5.2 and later]] - 1.9  * [[http://www.lunch.org.uk/wiki/aix_packages|Mercurial and supporting RPMs, for AIX 5.2 and later]] - 1.9.1
Line 72: Line 73:
 * [[http://freebsd.org/cgi/url.cgi?ports/devel/mercurial/pkg-descr|FreeBSD Mercurial port]] ([[http://freebsd.org/cgi/cvsweb.cgi/ports/devel/mercurial/|port-webdir]]). [[ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-stable/devel/mercurial-1.2.1.tbz|i386 package]] - 1.2.1
  * Requires [[http://freebsd.org/cgi/cvsweb.cgi/ports/lang/python25/|python25]] (i386 package: [[ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-stable/lang/python25-2.5.2_1.tbz|python25-2.5.2_1.tbz]]). Use [[http://freebsd.org/cgi/man.cgi?query=pkg_add&apropos=0&sektion=0&manpath=FreeBSD+6.3-RELEASE&format=html|pkg_add]] for installing.

* [[http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/mercurial/|FreeBSD]]; use [[http://freebsd.org/cgi/man.cgi?query=pkg_add&apropos=0&sektion=0&manpath=FreeBSD+6.3-RELEASE&format=html|pkg_add]] for installing - 1.9 (on 2011-07-06)
Line 75: Line 76:

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

ダウンロード

様々なシステム向けのソースアーカイブとバイナリパッケージ。 アップグレードに関しては WhatsNew を確認してください。

1. バイナリパッケージ

1.1. Windows

/!\ TortoiseSVN 同様、作業コピーとリポジトリについてはインデックスサービスを止め、ウィルススキャンから除外するよう お勧めします Windows XP では以下のインストーラーが利用できます:

上記のインストーラーはたいてい thg-winbuild で提供されています。 Mercurial と TortoiseHg のナイトリービルドと、 Mercurial を Python パッケージとしてインストールするためのインストーラーも用意されています。

1.2. Mac OS X

  • Mac OS X パッケージ (旧バージョンでは export LC_ALL=en_US.UTF-8export LANG=en_US.UTF-8~/.profile へ書き足す必要があるで

しょう。)

  • fink - 1.2.1

  • macports: install with 'sudo port install mercurial' - 1.9 (on 2011-07-04)

1.3. Linux (.deb)

Mercurial (1.0 以降) の Debian 系ディストリビューション向けパッケージは、 mercurialmercurial-common に分かれています。 .deb ファイルを手動でダウンロード後インストールしない限りは、この点について気にする必要はありません。 普通は mercurial をインストールすれば、 APT が依存関係を処理してくれます。

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 - リリース後数日で最新版が利用可能。 yum install '*mercurial*' でインストール。

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

  • openSUSE - リリース後程なくして devel:tools:scm リポジトリより最新版が利用可能

  • Ark Linux - 1.6.2

  • OpenPKG - 1.4

RPM パッケージは Mercurial ソースリポジトリの contrib/buildrpm でビルドできます。現在このスクリプトは主に Fedora でテストされています。

1.5. Linux (それ以外)

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. ソースパッケージ

ソースを入手した後は、 UnixInstallJapaneseWindowsInstall がインストールの参考になるでしょう。

3. easy_install を使う

/!\ この方法は推奨されません。他でインストールした Mercurial と衝突するかもしれません。

Mercurial は pypi から easy_install でもインストール可能です。 ビルドと easy_install には、 Python と C コンパイラーが必要です。 あなたのプラットフォームで easy_install は、 python-devpython-setuptools-devel パッケージで提供されている可能性があります。 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

前提条件を準備後、最新バージョンの Mercurial を以下のようにしてインストールできます:

easy_install -U mercurial


CategoryJapanese

English Français 中文

JapaneseDownload (last edited 2017-10-08 05:21:46 by YuyaNishihara)