Merge commit 'origin/silc.1.1.branch'
[silc.git] / README.PLUGIN
index d290bd1fd6ed5f84309893d9e465e1c7a1211b8c..29ff37d29e5da9380df6216f4fdef864d8a51576 100644 (file)
@@ -1,14 +1,18 @@
 In order to compile the SILC Plugin (instead of the SILC Client), pass the
-following options to configure:
+following options to configure, if your Irssi is installed into /usr:
 
-       --enable-silc-plugin --without-silc-includes
+       --prefix=/usr
+       --with-silc-plugin
+       --without-silc-includes
 
-Depending on your OS/architecture you may also need to pass:
+If your Irssi is installed in some other location than /usr, then pass its
+location to --prefix and --with-silc-plugin, for example:
 
-       --with-pic --without-pthreads
+       --prefix=/usr/local
+       --with-silc-plugin=/usr/local/lib/irssi
+       --without-silc-includes
 
-For installing the SILC Plugin to the appropriate directories, you have to
-define the following paths (assuming Irssi is installed to /usr)
+Depending on your OS/architecture you may also need to pass the following
+options to configure:
 
-       --prefix=/usr
-       --with-simdir=/usr/lib/irssi
+       --with-pic --without-pthreads