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