silc-client: SILC Plugin compilation changes silc.toolkit.1.1.12
authorPekka Riikonen <priikone@silcnet.org>
Mon, 12 May 2014 19:16:44 +0000 (22:16 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 12 May 2014 19:27:35 +0000 (22:27 +0300)
Update the README.PLUGIN instructions and include the silc-mime.pl
script in installation.

README.PLUGIN
apps/irssi/Makefile.am
apps/irssi/scripts/Makefile.am
configure.ad

index 29ff37d29e5da9380df6216f4fdef864d8a51576..f5023687df46c32850f9d5e54c7bd53099551289 100644 (file)
@@ -1,18 +1,68 @@
-In order to compile the SILC Plugin (instead of the SILC Client), pass the
-following options to configure, if your Irssi is installed into /usr:
+Compiling SILC Plugin for Irssi
+===============================
+
+In order to compile the SILC Plugin (instead of the SILC Client), pass 
+the following options to configure, if your Irssi is installed into
+/usr/bin/irssi and /usrlib/irssi:
 
        --prefix=/usr
        --with-silc-plugin
        --without-silc-includes
+       --enable-shared
 
-If your Irssi is installed in some other location than /usr, then pass its
-location to --prefix and --with-silc-plugin, for example:
+If your Irssi is installed in some other location than /usr/lib, then 
+pass its location to --prefix and --with-silc-plugin, for example:
 
        --prefix=/usr/local
        --with-silc-plugin=/usr/local/lib/irssi
        --without-silc-includes
+       --enable-shared
+
+On some Linux systems Irssi libs may actually be in /usr/lib64/irssi.
+In that case pass that path as argument to --with-silc-plugin.
+
+Depending on your OS/architecture you may also need to pass the 
+following options to configure:
+
+       --with-pic
+       --without-pthreads
+
+
+Using SILC Plugin with Irssi
+============================
+
+After you have compiled and installed the plugin, you can load the 
+plugin in Irssi using:
+
+        /LOAD silc
+
+You can configure the SILC plugin run time with the /SILC command.  See
+the help with:
+
+        /HELP silc/silc
+
+To list all SILC commands available, use normal /HELP command.  To get 
+help about specific SILC command, use (replace <command> with the command 
+of your choice):
+
+        /HELP silc/<command>
+
+For a more detailed help on SILC commands or some FAQs, please refer to 
+the SILCNet homepage. Once you have successfully load the SILC plugin, 
+you can connect to the SILCNet:
+
+        /SERVER silc.silcnet.org
+
+or,
+
+        /CONNECT -silcnet SILCNet silc.silcnet.org
+
+You might want to join the channel "silc" then...
+
+        /JOIN -silcnet silc
 
-Depending on your OS/architecture you may also need to pass the following
-options to configure:
+If you have compiled Irssi with perl support, you should also load the 
+silc and silc-mime scripts:
 
-       --with-pic --without-pthreads
+        /SCRIPT LOAD silc
+        /SCRIPT LOAD silc-mime
index b34e482f693f836066d682690585c07bae102085..d947fe1940cf954176b4452f69a7e1008e1c0f10 100644 (file)
@@ -42,7 +42,6 @@ EXTRA_DIST = \
        $(theme_DATA) \
        irssi-config.in \
        irssi-icon.png \
-       irssi-version.sh \
        syntax.pl \
        Makefile.defines.in \
        Makefile.defines_int.in
index 1697d3d2ad0285331d0d19ce742edcb736146d19..14ee465e9aaec7f7685f629ddda5ff88fc8111ef 100644 (file)
@@ -1,6 +1,6 @@
 SUBDIRS = examples
 
-PLUGIN_SCR = silc.pl
+PLUGIN_SCR = silc.pl silc-mime.pl
 
 if SILCPLUGIN
 scriptdir = $(datadir)/irssi/scripts
index 856aaf4b9046f9dcff6f596c023bfd58e767de6a..3bac080fdae8d7adc376bc4cf6f6777ec085d8c8 100644 (file)
@@ -1414,7 +1414,7 @@ s_includedir=`eval echo $includedir`;s_includedir=`eval echo $s_includedir`
 
 echo ""
 echo "$PACKAGE Configuration Summary:"
-echo "---------------------------"
+echo "-------------------------------------"
 echo " Target host ...................: $target"
 echo " Compiler ......................: $CC"
 echo " CFLAGS ........................: $CFLAGS"