Clarified the dscp-tos documentation a bit.
[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
13 * guile-1.8-dev (Yes, this really is necessary, in order to get the
14 GUILE_FLAGS autoconf macro into aclocal.m4)
15
16Basic dependencies for most components:
17 * zlib1g-dev
18 * libbz2-dev
19
20For building the daemon:
21 * libgdbm-dev
22 * libpam0g-dev (Only if PAM authentication is used)
23
24For building dolcon:
25 * libgtk2.0-dev
26 * libxml2-dev
27
28For all Scheme programs:
29 * guile-1.8-dev
30
31For the GNOME panel applet:
32 * libpanel-applet2-dev
33
34For the Pidgin plugin:
35 * libpurple-dev
36
37
38
39This document was last updated 2008-02-14, reflecting release 1.1 of
40Dolda Connect.