X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=README.PLUGIN;h=29ff37d29e5da9380df6216f4fdef864d8a51576;hp=a71623a9aaa364e32b5c29fcc705f3870f34d8a7;hb=HEAD;hpb=6f284f7d372c5549167fee4d5dd44db28b1ce04d diff --git a/README.PLUGIN b/README.PLUGIN index a71623a9..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 or 0.8.11, you may need to rename -libfe_common_silc.so to libfe_silc.so + --with-pic --without-pthreads