Mercurial > pidgin
annotate README.plugins @ 2221:22854464ec02
[gaim-migrate @ 2231]
blue:~/gaim/app/src/protocols $ ./gtk
icq: 9
irc: 0
jabber: 52
msn: 0
napster: 0
oscar: 7
toc: 17
yahoo: 9
zephyr: 1
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 06 Sep 2001 02:19:55 +0000 |
parents | 5ad0b0c3ea01 |
children |
rev | line source |
---|---|
164 | 1 Note: |
2 | |
174 | 3 If you do not wish to enable the plugin support within GAIM, run the |
4 ./configure script with the --disable-plugins option and recompile your | |
213
0eb9e6928d7e
[gaim-migrate @ 223]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
176
diff
changeset
|
5 source code. This will prevent the ability to load plugins. |
171
789c792ed14b
[gaim-migrate @ 181]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
164
diff
changeset
|
6 |
213
0eb9e6928d7e
[gaim-migrate @ 223]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
176
diff
changeset
|
7 '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
|
8 specified when you ./configure'd - it defaults to /usr/local). Gaim looks |
1065
a761951579b9
[gaim-migrate @ 1075]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
213
diff
changeset
|
9 for the plugins in that directory by default, but they do not have to be |
a761951579b9
[gaim-migrate @ 1075]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
213
diff
changeset
|
10 there to use them. Also, plugins have a .so extension by default, though |
a761951579b9
[gaim-migrate @ 1075]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
213
diff
changeset
|
11 they do not have to. |
164 | 12 |
13 Enjoy and Happy Hacking! | |
14 | |
15 Rob Flynn | |
16 |