X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=doc%2FINSTALL.gaim;fp=doc%2FINSTALL.gaim;h=9e52b7c7319f25b6ab2f5505d906e6f5f94a1166;hb=ce515da4227350ea2ceb51bbec536fad1cd301a1;hp=0000000000000000000000000000000000000000;hpb=e7e964564de02c1e2e73eb30fd72bf92a8526fd4;p=doldaconnect.git diff --git a/doc/INSTALL.gaim b/doc/INSTALL.gaim new file mode 100644 index 0000000..9e52b7c --- /dev/null +++ b/doc/INSTALL.gaim @@ -0,0 +1,33 @@ + Gaim Plugin Installation + +Because of how Gaim works, special care is required when installing +the Dolda Connect chat plugin for Gaim. The basic problem is the same +as with the GNOME applet, in that the set of directories that Gaim +searches for plugins usually does not include the directories into +which Dolda Connect is installed. + +However, the Gaim situation is even worse than that with GNOME, since +Gaim cannot be configured to search additional directories. Therefore, +the plugin file must be installed into one of the directories that +Gaim does look in. + +As of version 2.0.0-beta6 of Gaim, Gaim searches only two directories: +The `lib/gaim' directory in its installation prefix (usually +`/usr/lib/gaim'), and the $HOME/.gaim/plugins directory. + +Therefore, there are only two things which can be done: + +1. Install Dolda Connect in /usr. As mentioned in INSTALL.applet, this +is ugly and not recommended, but it does work and is easy. + +2. You must either copy, move, link or symlink the file +libdolcon-gaim.so which Dolda Connect typically installs into +/usr/local/lib/gaim into either ${gaim-prefix}/lib/gaim or +$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 + + + +This document was last updated 2007-05-02, reflecting release 0.4 of +Dolda Connect.