Handle HTTP redirections automatically.
[doldaconnect.git] / doc / builddeps.debian
CommitLineData
d9476001
FT
1 Build dependencies on Debian
2
3Note: The following lists probably apply to Ubuntu as well.
4
5For (re-)building the configure scripts and related items (not
6necessary if you build from a tarball):
7 * gettext
8 * cvs
9 * build-essential
10 * autoconf
11 * automake
12 * libtool
4209f9ae 13 * pkg-config
d9476001
FT
14 * guile-1.8-dev (Yes, this really is necessary, in order to get the
15 GUILE_FLAGS autoconf macro into aclocal.m4)
16
17Basic dependencies for most components:
18 * zlib1g-dev
19 * libbz2-dev
20
21For building the daemon:
22 * libgdbm-dev
23 * libpam0g-dev (Only if PAM authentication is used)
24
25For building dolcon:
26 * libgtk2.0-dev
27 * libxml2-dev
28
29For all Scheme programs:
30 * guile-1.8-dev
31
32For the GNOME panel applet:
33 * libpanel-applet2-dev
34
35For the Pidgin plugin:
36 * libpurple-dev
37
38
39
40This document was last updated 2008-02-14, reflecting release 1.1 of
41Dolda Connect.