X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=README.PLUGIN;h=29ff37d29e5da9380df6216f4fdef864d8a51576;hp=ad8f1a6546a98dd14b66d855643fdefe83ede306;hb=HEAD;hpb=870716e9d2f305aecfadd5043f551190d6082374 diff --git a/README.PLUGIN b/README.PLUGIN index ad8f1a65..29ff37d2 100644 --- a/README.PLUGIN +++ b/README.PLUGIN @@ -1,17 +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 - -If you're using Irssi 0.8.10, you may need to rename libfe_common_silc.so to -libfe_silc.so + --with-pic --without-pthreads