head	1.2;
access;
symbols
	v2_0_0beta3:1.2
	v2_0_0beta2:1.2
	v2_0_0beta1:1.2
	v1_5_0:1.1
	v1_4_0:1.1
	gaim-doodle:1.1.0.4
	v1_3_1:1.1
	v1_3_0:1.1
	v1_2_1:1.1
	v1_2_0:1.1
	v1_1_4:1.1
	v1_1_3:1.1
	v1_1_2:1.1
	v1_1_1:1.1
	v1_1_0:1.1
	v1_0_3:1.1
	v1_0_2:1.1
	v1_0_1:1.1
	v1_0_0:1.1
	oldstatus:1.1.0.2
	v0_82:1.1
	v0_81:1.1
	v0_80:1.1
	v0_79:1.1
	v0_78:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.11.20.00.59.36;	author eblanton;	state Exp;
branches;
next	1.1;

1.1
date	2004.05.01.19.34.44;	author eblanton;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Some SILC fixes from Pekka for whiteboard support, preferences, and
documentation.  Let's hear a big thanks to Pekka for keeping up with
this stuff!

  Enclosed patch fixes couple crashbugs from the SILC whiteboard code,
  fixes the preferences (which are not used anymore in Gaim) by
  eliminating some of the old preferences and moving some of the
  preferences to account options, and introduces Create SILC Key Pair
  protocol action which can be used to generate new SILC key pair from
  Gaim.
@
text
@SILC Gaim Plugin
================

This is Gaim protocol plugin of the protocol called Secure Internet Live 
Conferencing (SILC).  The implementation will use the SILC Toolkit, 
freely available from the http://silcnet.org/ site, for the actual SILC 
protocol implementation.

To include the SILC into Gaim, one needs to first compile and install 
the SILC Toolkit.  It is done as follows:

	./configure --enable-shared
	make
	make install

This will compile shared libraries of the SILC Toolkit.  If the --prefix 
is not given to ./configure, the binaries are installed into the 
/usr/local/silc directory.

Once the Toolkit is installed one needs to tell for the Gaim ./configure
script where the SILC Toolkit is located.  It is done as simply as:

	./configure

if pkg-config is installed in your system.  If it is isn't it's done as:

	./configure --with-silc-libs=/path/to/silc/lib
		    --with-silc-includes=/path/to/silc/include

If the Toolkit cannot be located the SILC will not be compiled into the 
Gaim.
@


1.1
log
@Let there be SILC.
@
text
@d12 1
a12 1
	./configure --enable-shared --without-silcd --without-irssi
d21 5
a25 1
script where the SILC Toolkit is located.  It is done as follows:
@

