Mercurial > pidgin
annotate README.plugins @ 175:4b011ba81a9d
[gaim-migrate @ 185]
Make sure the sources get packaged.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 25 Apr 2000 17:38:35 +0000 |
parents | a09fabd11900 |
children | c99d0b82c8a8 |
rev | line source |
---|---|
164 | 1 Note: |
2 | |
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 | |
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. | |
7 | |
174 | 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 | |
10 source code. This will stop any plugins from loading. | |
171
789c792ed14b
[gaim-migrate @ 181]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
164
diff
changeset
|
11 |
164 | 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 | |
14 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. | |
16 | |
17 Enjoy and Happy Hacking! | |
18 | |
19 Rob Flynn | |
20 |