Differences between revisions 116 and 117
Revision 116 as of 2013-07-29 14:05:33
Size: 10308
Comment: sync with Download@368
Revision 117 as of 2013-08-01 12:56:52
Size: 10594
Comment: sync with Download@370
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
 * [[https://bitbucket.org/tortoisehg/files/downloads/mercurial-2.6.3-x86.msi|Mercurial-2.6.3 (32-bit msi)]] / [[https://bitbucket.org/tortoisehg/files/downloads/mercurial-2.6.3-x64.msi|Mercurial-2.6.3 (64-bit msi)]], needs admin rights to install.   * TortoiseHg 2.9 with Mercurial 2.7-RC installers: ([[https://bitbucket.org/tortoisehg/thg-winbuild/downloads/tortoisehg-2.9-hg-2.7-rc-x86.msi|32-bit msi]] | [[https://bitbucket.org/tortoisehg/thg-winbuild/downloads/tortoisehg-2.9-hg-2.7-rc-x64.msi|64-bit msi]])
 * [[https://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-2.7.0rc-x86.msi|Mercurial-2.7-rc (32-bit msi)]] / [[https://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-2.7.0rc-x64.msi|Mercurial-2.7-rc (64-bit msi)]], needs admin rights to install.
Line 61: Line 62:
 * [[http://archlinux.org/packages/?q=mercurial|Arch Linux]] - 2.6.1  * [[http://archlinux.org/packages/?q=mercurial|Arch Linux]] - 2.6.3
Line 69: Line 70:
 * [[http://www.opencsw.org|OpenCSW]]: [[http://www.opencsw.org/packages/mercurial|solaris package mercurial-2.6.1, sparc/solaris, x86/solaris]].  * [[http://www.opencsw.org|OpenCSW]]: [[http://www.opencsw.org/packages/mercurial|solaris package mercurial-2.6.3, sparc/solaris, x86/solaris]].

ダウンロード

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

1. バイナリパッケージ

1.1. Windows

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

Windows XP では以下のインストーラーが利用できます:

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

1.2. Mac OS X

  • Mac OS X パッケージ (一時的なミラー)

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

  • Mandriva: install with urpmi mercurial - latest revision available

  • 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

1.9. Plan 9 from Bell Labs

  • ソースからビルドする場合は Plan9FromBellLabs を参照

  • バイナリパッケージは fgb の contrib にあります:

% contrib/install stallion/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)