Mercurial > pidgin.yaz
annotate README.plugins @ 200:bc117fbcf527
[gaim-migrate @ 210]
Made the receive non-blocking, added a cancel button, and a few other updates.
No, sending a file to someone does not work yet. Be patient.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sun, 30 Apr 2000 21:47:04 +0000 |
parents | c99d0b82c8a8 |
children | 0eb9e6928d7e |
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 If you wish to make use of the gaim plugins, enter the directory where you |
13 untarred gaim/plugins and type: 'make'. Copy the resulting .so files to | |
176
c99d0b82c8a8
[gaim-migrate @ 186]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
174
diff
changeset
|
14 a safe location ($HOME/.gaim/plugins) and load them from within gaim. Note |
c99d0b82c8a8
[gaim-migrate @ 186]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
174
diff
changeset
|
15 that plugins do not have to have a .so extension, but that is what is built |
c99d0b82c8a8
[gaim-migrate @ 186]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
174
diff
changeset
|
16 by default, and that is what gaim looks for by default. |
164 | 17 |
18 Enjoy and Happy Hacking! | |
19 | |
20 Rob Flynn | |
21 |