comparison README.plugins @ 174:a09fabd11900

[gaim-migrate @ 184] Plugins load by default, --disable-plugins added committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Tue, 25 Apr 2000 16:19:17 +0000
parents 789c792ed14b
children c99d0b82c8a8
comparison
equal deleted inserted replaced
173:7b5d56a74b71 174:a09fabd11900
3 The plugins that come with GAIM are for educational purposes only. 3 The plugins that come with GAIM are for educational purposes only.
4 We have released them hoping to give you guys enough information to 4 We have released them hoping to give you guys enough information to
5 go on. We'll continue developing them in our free time but we ask you 5 go on. We'll continue developing them in our free time but we ask you
6 to do the same. If you have any suggestions for them, let us know. 6 to do the same. If you have any suggestions for them, let us know.
7 7
8 To make it so that gaim can use plugins, instead of plain ol' ./configure, 8 If you do not wish to enable the plugin support within GAIM, run the
9 give it the option --enable-plugins. Then all kinds of good things will be 9 ./configure script with the --disable-plugins option and recompile your
10 added, like buttons to let you actually load the plugins and things like 10 source code. This will stop any plugins from loading.
11 that.
12 11
13 Currently, they are not compiled when you perform a make and make install. 12 Currently, they are not compiled when you perform a make and make install.
14 If you wish to make use of the gaim plugins, enter the directory where you 13 If you wish to make use of the gaim plugins, enter the directory where you
15 untarred gaim/plugins and type: 'make'. Copy the resulting .so files to 14 untarred gaim/plugins and type: 'make'. Copy the resulting .so files to
16 a safe location ($HOME/.gaim/plugins) and load them from within gaim. 15 a safe location ($HOME/.gaim/plugins) and load them from within gaim.