Sun May 20 18:34:22 CEST 2007 Jochen Eisinger <coffee@silcnet.org>
[silc.git] / README.PLUGIN
1 In order to compile the SILC Plugin (instead of the SILC Client), pass the
2 following options to configure:
3
4         --enable-silc-plugin --without-silc-includes
5
6 Depending on your OS/architecture you may also need to pass:
7
8         --with-pic --without-pthreads
9
10 For installing the SILC Plugin to the appropriate directories, you have to
11 define the following paths (assuming Irssi is installed to /usr)
12
13         --prefix=/usr
14         --with-simdir=/usr/lib/irssi
15
16 If you're using Irssi 0.8.10 or 0.8.11, you may need to rename
17 libfe_common_silc.so to libfe_silc.so