Mon May 14 19:45:14 CEST 2007 Jochen Eisinger <coffee@silcnet.org>
authorJochen Eisinger <coffee@silcnet.org>
Mon, 14 May 2007 17:45:40 +0000 (17:45 +0000)
committerJochen Eisinger <coffee@silcnet.org>
Mon, 14 May 2007 17:45:40 +0000 (17:45 +0000)
* Include a README for the SILC Plugin

CHANGES
Makefile.ad
README.PLUGIN [new file with mode: 0644]

diff --git a/CHANGES b/CHANGES
index d747d8749c05cd4997bbfc18732919a7f1a874c6..07df0bbb7c6eaf1a35f557a00aaae47d253bdbd4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+Mon May 14 19:45:14 CEST 2007  Jochen Eisinger <coffee@silcnet.org>
+
+       * Include a README for the SILC Plugin
+
 Sun May 13 22:08:59 CEST 2007  Jochen Eisinger <coffee@silcnet.org>
 
        * Adopt perl Makefiles for SILC Plugin.
index 82eb95e6f0bc8d6bbabbd3063502e351f95a2357..8ba32eff7a25b0785d28307c2fe9309eaae26bce 100644 (file)
@@ -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 (file)
index 0000000..ba6b359
--- /dev/null
@@ -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