Merge commit 'origin/silc.1.1.branch'
[silc.git] / README.PLUGIN
1 In order to compile the SILC Plugin (instead of the SILC Client), pass the
2 following options to configure, if your Irssi is installed into /usr:
3
4         --prefix=/usr
5         --with-silc-plugin
6         --without-silc-includes
7
8 If your Irssi is installed in some other location than /usr, then pass its
9 location to --prefix and --with-silc-plugin, for example:
10
11         --prefix=/usr/local
12         --with-silc-plugin=/usr/local/lib/irssi
13         --without-silc-includes
14
15 Depending on your OS/architecture you may also need to pass the following
16 options to configure:
17
18         --with-pic --without-pthreads