From: Fredrik Tolf Date: Wed, 18 Jul 2007 21:40:40 +0000 (+0200) Subject: Updated documentation regarding Pidgin. X-Git-Tag: 1.0~121 X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=28f62c9cc86e783acbfae9e1f0debe4709e64f2a Updated documentation regarding Pidgin. --- diff --git a/doc/INSTALL b/doc/INSTALL index f24afdc..00f66f9 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -54,6 +54,8 @@ use of command-line parameters: * --enable-gnomeapplet selects the GNOME panel applet for compilation. * --enable-gaimplugin selects the Gaim chat plugin for compilation. + * --enable-pidginplugin selects the Pidgin chat plugin for + compilation. Gtk2 and Kerberos V support are detected automatically by the configure script. Make sure to check the output at the end so that all @@ -69,8 +71,8 @@ configuration file. On most Linux distributions, the file pam.d-doldacond in the contrib directory can be installed as /etc/pam.d/doldacond and work perfectly. -The GNOME applet and GAIM plugin are marked as experimental not so -much because there is anything wrong with them, but because it is +The GNOME applet and GAIM/Pidgin plugin are marked as experimental not +so much because there is anything wrong with them, but because it is tricky to install them. Please see the seperate `INSTALL.applet' and `INSTALL.gaim' files for instructions. @@ -180,5 +182,5 @@ allow you in if not all TTH hashes are calculated. -This document was last updated 2007-04-11, reflecting release 0.3 of +This document was last updated 2007-07-18, reflecting release 0.5 of Dolda Connect. diff --git a/doc/INSTALL.gaim b/doc/INSTALL.gaim index 9e52b7c..12bc1ce 100644 --- a/doc/INSTALL.gaim +++ b/doc/INSTALL.gaim @@ -27,7 +27,17 @@ $HOME/.gaim/plugins. For example, you can run the following command, which will work for most cases: ln -s /usr/local/lib/gaim/libdolcon-gaim.so $HOME/.gaim/plugins + About Pidgin +Because of AOL, Gaim had to switch name to Pidgin in 2007, which has +some effects on the above discussion. As of Dolda Connect 0.5, it is +possible to compile the plugin for Pidgin as well as for Gaim. Most +things still apply as they are, but some care must be taken. If you +decide to install the plugin in your home directory, the relevant +directory is now called $HOME/.purple/plugins. Also, the name of the +plugin is called libdolcon-purple.so, instead of libdolcon-gaim.so. -This document was last updated 2007-05-02, reflecting release 0.4 of + + +This document was last updated 2007-07-18, reflecting release 0.5 of Dolda Connect.