X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=doc%2Fbuilddeps.debian;fp=doc%2Fbuilddeps.debian;h=3eaaf05ac9c98600017ac32104529548b7ab5a37;hb=d9476001c89ce2f3723ff48c7971252f7daf9d84;hp=0000000000000000000000000000000000000000;hpb=e5834eb072fc7ba07ca88262737d8d7f316fcd2a;p=doldaconnect.git diff --git a/doc/builddeps.debian b/doc/builddeps.debian new file mode 100644 index 0000000..3eaaf05 --- /dev/null +++ b/doc/builddeps.debian @@ -0,0 +1,40 @@ + Build dependencies on Debian + +Note: The following lists probably apply to Ubuntu as well. + +For (re-)building the configure scripts and related items (not +necessary if you build from a tarball): + * gettext + * cvs + * build-essential + * autoconf + * automake + * libtool + * guile-1.8-dev (Yes, this really is necessary, in order to get the + GUILE_FLAGS autoconf macro into aclocal.m4) + +Basic dependencies for most components: + * zlib1g-dev + * libbz2-dev + +For building the daemon: + * libgdbm-dev + * libpam0g-dev (Only if PAM authentication is used) + +For building dolcon: + * libgtk2.0-dev + * libxml2-dev + +For all Scheme programs: + * guile-1.8-dev + +For the GNOME panel applet: + * libpanel-applet2-dev + +For the Pidgin plugin: + * libpurple-dev + + + +This document was last updated 2008-02-14, reflecting release 1.1 of +Dolda Connect.