Differences between revisions 3 and 4
Revision 3 as of 2008-07-12 08:21:54
Size: 6649
Editor: IanLewis
Comment:
Revision 4 as of 2008-08-02 04:50:42
Size: 6815
Editor: IanLewis
Comment: Updated translation
Deletions are marked like this. Additions are marked like this.
Line 32: Line 32:
 * Mandriva includes Mercurial - install with '''urpmi mercurial''' or manually [http://rpmfind.net/linux/rpm2html/search.php?query=mercurial&submit=Search+...&system=mandriva&arch= search rpm]
 * Fedora 8 includes Mercurial - install with '''yum install mercurial'''. Beta releases can be tracked [http://koji.fedoraproject.org/koji/packageinfo?packageID=2518 here]
 * MandrivaMercurialパッケージがあります - '''urpmi mercurial'''で自動インストールすることができます。[http://rpmfind.net/linux/rpm2html/search.php?query=mercurial&submit=Search+...&system=mandriva&arch= rpm検索]
 * Fedora 8 Mercurialパッケージがあります - '''yum install mercurial'''でインストールすることができます. Beta releases can be tracked [http://koji.fedoraproject.org/koji/packageinfo?packageID=2518 here]
Line 37: Line 37:
 * [http://www.arklinux.org/ Ark Linux] always contains a current mercurial package. Ark Linux users should simply '''apt-get update; apt-get install mercurial'''. Users of other distributions can find the packages (which should work on pretty much any RPM based distribution that has Python 2.4) [http://arklinux.osuosl.org/dockyard-devel here].  * [http://www.arklinux.org/ Ark Linux] は普段に最新Mercurialパッケージがあります. Ark Linuxユーザは '''apt-get update; apt-get install mercurial'''でインストールすることができます. Users of other distributions can find the packages (which should work on pretty much any RPM based distribution that has Python 2.4) [http://arklinux.osuosl.org/dockyard-devel here].

このページはFreeBSD, Solaris, Debian Linuxなど向けのバイナリーパッケージのリンクがあります。あなたのシステム向けのバイナリーパッケージが下記になければ、Mercurialの[:JapaneseDownload:ソースコード]をダウンロードしてください。

TableOfContents

Python と SetupTools

モダンなPythonがインストールしてると、easy_installで、最新版のMercurialをインストールすることができます:

   easy_install -U mercurial

ディストリビューションより新しいバージョンをインストールするには、easy_installは一番簡単だと思われます。

easy_installがインストールされてない方は, [http://peak.telecommunity.com/DevCenter/EasyInstall このサイト]から取れます。

注意: 下記のバイナリーパッケージと違い、easy_install/etc/mercurialを自動的に設定しませんので、Mercurialの拡張はデフォールトに何も有効されません。

GNU/Linux (.deb)

GNU/Linux (.rpm)

GNU/Linux (others)

Solaris

BSD

Windows

Mac OS X


CategoryJapanese

JapaneseBinaryPackages (last edited 2009-05-19 19:31:05 by localhost)