Mercurial > pidgin
annotate src/protocols/silc/README @ 9866:55fa45654879
[gaim-migrate @ 10745]
eeing the closing note on this, I'm thinking that his entry in the
COPYRIGHT file should be altered.A patch to this effect is attached.
Cheers,
John
----- Forwarded message from Bleeter Yaluser
<gaim-devel@six-by-nine.com.au>
+-----
From: Bleeter Yaluser <gaim-devel@six-by-nine.com.au>
Cc: gaim-devel@lists.sourceforge.net
Subject: Re: [Gaim-devel] YIM6 Non-existant buddy icon workaround patch
Date: Fri, 06 Aug 2004 08:33:46 +1000
.....
keeps saying 'wait for the privacy re-write' :( I suspect that's because
he doesn't want more work for himself.
Bleeter
(AKA Peter Lawler, but for tax reasons I like to keep that kinda hidden)
"--John B. Silvestri
I think John is right, for copyright purposes we need a real name.
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Wed, 25 Aug 2004 11:51:08 +0000 |
| parents | 50d0f76639e7 |
| children | 5851a9219bc7 |
| rev | line source |
|---|---|
| 8849 | 1 SILC Gaim Plugin |
| 2 ================ | |
| 3 | |
| 4 This is Gaim protocol plugin of the protocol called Secure Internet Live | |
| 5 Conferencing (SILC). The implementation will use the SILC Toolkit, | |
| 6 freely available from the http://silcnet.org/ site, for the actual SILC | |
| 7 protocol implementation. | |
| 8 | |
| 9 To include the SILC into Gaim, one needs to first compile and install | |
| 10 the SILC Toolkit. It is done as follows: | |
| 11 | |
| 12 ./configure --enable-shared --without-silcd --without-irssi | |
| 13 make | |
| 14 make install | |
| 15 | |
| 16 This will compile shared libraries of the SILC Toolkit. If the --prefix | |
| 17 is not given to ./configure, the binaries are installed into the | |
| 18 /usr/local/silc directory. | |
| 19 | |
| 20 Once the Toolkit is installed one needs to tell for the Gaim ./configure | |
| 21 script where the SILC Toolkit is located. It is done as follows: | |
| 22 | |
| 23 ./configure --with-silc-libs=/path/to/silc/lib | |
| 24 --with-silc-includes=/path/to/silc/include | |
| 25 | |
| 26 If the Toolkit cannot be located the SILC will not be compiled into the | |
| 27 Gaim. |
