forked from falsovsky/FiSH-irssi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
43 lines (35 loc) · 1.25 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# FiSH module for irssi
Based on official from http://fish.secure.la/ (DEAD?)
Changed to use GMP instead of MIRACL by Dcoder
Basic autoconf/automake support by falso
## Requirements
* autoconf >= 2.59 - http://www.gnu.org/software/autoconf/
* automake >= 1.9.6 - http://www.gnu.org/software/automake/
* GNU libtool - http://www.gnu.org/software/libtool/
* GNU MP - http://gmplib.org/
* Glib 2.x - http://www.gtk.org/
* OpenSSL - http://www.openssl.org/
* irssi source code - http://irssi.org/
## Build instructions
First download the irssi source code and extract it, for example **/home/jacinto/irssi-0.8.15**.
Now enter the FiSH-irssi directory and run the following combo.
<pre>
# ./regen.sh
# ./configure --with-irssi-source=/home/jacinto/irssi-0.8.15
# make
# sudo cp src/.libs/libfish.so /usr/lib/irssi/modules
</pre>
## To run
If you installed the module in the default directory, you just need to run the following command inside irssi to load it:
<pre>/load fish</pre>
If not, just include the path while loading:
<pre>/load /home/jacinto/libfish.so</pre>
## Tested on
* Linux/x86
* OpenBSD/x86
* OpenBSD/macppc
* FreeBSD/x86
* NetBSD/x86
* OpenBSD/sgi (Big Endian - mips)
## BUGS
* Some crashes when the terminal is set to UTF-8 and irssi recode is enabled