Mercurial > pidgin.yaz
comparison README.plugins @ 176:c99d0b82c8a8
[gaim-migrate @ 186]
Fixed a bug where if you unload a plugin that had 3 callbacks, it would only
unload 2 of them. Other touch-ups and additions.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 25 Apr 2000 18:55:56 +0000 |
parents | a09fabd11900 |
children | 0eb9e6928d7e |
comparison
equal
deleted
inserted
replaced
175:4b011ba81a9d | 176:c99d0b82c8a8 |
---|---|
7 | 7 |
8 If you do not wish to enable the plugin support within GAIM, run the | 8 If you do not wish to enable the plugin support within GAIM, run the |
9 ./configure script with the --disable-plugins option and recompile your | 9 ./configure script with the --disable-plugins option and recompile your |
10 source code. This will stop any plugins from loading. | 10 source code. This will stop any plugins from loading. |
11 | 11 |
12 Currently, they are not compiled when you perform a make and make install. | |
13 If you wish to make use of the gaim plugins, enter the directory where you | 12 If you wish to make use of the gaim plugins, enter the directory where you |
14 untarred gaim/plugins and type: 'make'. Copy the resulting .so files to | 13 untarred gaim/plugins and type: 'make'. Copy the resulting .so files to |
15 a safe location ($HOME/.gaim/plugins) and load them from within gaim. | 14 a safe location ($HOME/.gaim/plugins) and load them from within gaim. Note |
15 that plugins do not have to have a .so extension, but that is what is built | |
16 by default, and that is what gaim looks for by default. | |
16 | 17 |
17 Enjoy and Happy Hacking! | 18 Enjoy and Happy Hacking! |
18 | 19 |
19 Rob Flynn | 20 Rob Flynn |
20 | 21 |