Mercurial > pidgin
annotate README.plugins @ 268:f8a29745247c
[gaim-migrate @ 278]
Two star college football players need to pass the final to play in the big
game. The professor loves football, but knows these guys aren't the brightest
bulbs in teh box, so he gives them a special final, puts them in a room by
themselves, and gives them an hour.
The guys look at each other, and start in on the final, which has only one
question: "What did Old MacDonald have?"
One guy looks at the other and says, "Do you know the answer to this?"
The other guy says, "Duh, a farm."
"How do you spell that?"
"Stupid! EIEIO!"
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 25 May 2000 18:58:21 +0000 |
parents | 0eb9e6928d7e |
children | a761951579b9 |
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 | |
213
0eb9e6928d7e
[gaim-migrate @ 223]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
176
diff
changeset
|
10 source code. This will prevent the ability to load plugins. |
171
789c792ed14b
[gaim-migrate @ 181]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
164
diff
changeset
|
11 |
213
0eb9e6928d7e
[gaim-migrate @ 223]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
176
diff
changeset
|
12 'make install' puts the plugins in $PREFIX/lib/gaim (PREFIX being what you |
0eb9e6928d7e
[gaim-migrate @ 223]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
176
diff
changeset
|
13 specified when you ./configure'd - it defaults to /usr/local). Gaim looks |
0eb9e6928d7e
[gaim-migrate @ 223]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
176
diff
changeset
|
14 for the plugins in $HOME/.gaim/plugins/ by default, but they do not have |
0eb9e6928d7e
[gaim-migrate @ 223]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
176
diff
changeset
|
15 to be there to use them. Also, plugins have a .so extension by default, |
0eb9e6928d7e
[gaim-migrate @ 223]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
176
diff
changeset
|
16 though they do not have to. |
164 | 17 |
18 Enjoy and Happy Hacking! | |
19 | |
20 Rob Flynn | |
21 |