[replace binary web page links with single link to wiki. David Roundy **20040617101920] hunk ./index.html.in 61 -

Windows users

hunk ./index.html.in 62 -

There is a list of links to darcs executables and/or installers on - the - darcs wiki page. +

Darcs binaries

hunk ./index.html.in 64 -

MacOS X users

+

Darcs is compiled and packaged for a quite a few platforms. For + binary installation instructions and/or download links, see the darcs + wiki binaries page. hunk ./index.html.in 69 -

Darcs is now included in the - fink unstable distribution.

hunk ./index.html.in 70 -

Debian users

- -

If you use debian, you can install darcs via apt. If you are running -woody or sarge, add the following lines to your sources.list:

- -
-

deb http://http.abridgegame.org/debian/ woody/
-deb-src http://http.abridgegame.org/debian/ woody/

-
- -

If you are running woody, and want to compile darcs yourself, you - may want to add the following line as well, which provides a ghc - compiler that is sufficiently recent to compile darcs: - -

-

deb http://www.syntaxpolice.org/haskell-experimental/ stable/

-
- -

Darcs is included in sid (Debian unstable), so if you're running - unstable, you can just apt-get install darcs.

- - -

Gentoo users

- -

Darcs can be installed using the Gentoo portage system by -executing:

- -
-

ACCEPT_KEYWORDS="~x86" emerge darcs

-
- -

In case Portage complains about not finding the darcs package, -you might have to execute "emerge sync" in order to -update your /usr/portage tree.

- - -

FreeBSD users

- -

Darcs is available as a FreeBSD port. You can -either install from source using:

- -
-

cd ${PORTSDIR}/devel/darcs && make install

-
- -

Alternatively, you can install a binary package by executing -"pkg_add -r darcs".

- - -

OpenBSD users

- -

Darcs is also available as a OpenBSD port. You can install from - source by first updating your ports tree to -current and then - executing:

- -
-

cd /usr/ports/devel/darcs && make install

-
- -