From: Jochen Eisinger Date: Mon, 14 May 2007 17:45:40 +0000 (+0000) Subject: Mon May 14 19:45:14 CEST 2007 Jochen Eisinger X-Git-Tag: silc.client.1.1.beta3~5 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=a0e6dcb486369b88a974090b292d46122b962212 Mon May 14 19:45:14 CEST 2007 Jochen Eisinger * Include a README for the SILC Plugin --- diff --git a/CHANGES b/CHANGES index d747d874..07df0bbb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +Mon May 14 19:45:14 CEST 2007 Jochen Eisinger + + * Include a README for the SILC Plugin + Sun May 13 22:08:59 CEST 2007 Jochen Eisinger * Adopt perl Makefiles for SILC Plugin. diff --git a/Makefile.ad b/Makefile.ad index 82eb95e6..8ba32eff 100644 --- a/Makefile.ad +++ b/Makefile.ad @@ -39,6 +39,9 @@ EXTRA_DIST = \ #ifdef SILC_DIST_TOOLKIT symbian \ #endif SILC_DIST_TOOLKIT +#ifdef SILC_DIST_CLIENT + README.PLUGIN \ +#endif SILC_DIST_CLIENT #ifdef SILC_DIST_SILC libtoolfix \ CHANGES CREDITS diff --git a/README.PLUGIN b/README.PLUGIN new file mode 100644 index 00000000..ba6b3592 --- /dev/null +++ b/README.PLUGIN @@ -0,0 +1,15 @@ +In order to compile the SILC Plugin (instead of the SILC Client), pass the +following options to configure: + + --enable-silc-plugin --without-silc-includes + +Depending on your OS/architecture you may also need to pass: + + --with-pic --without-pthreads + +For installing the SILC Plugin to the appropriate directories, you have to +define the following paths (assuming Irssi is installed to /usr) + + --prefix=/usr + --with-simdir=/usr/lib/irssi + --with-helpdir=/usr/share/irssi/help