Created
July 17, 2012 20:36
-
-
Save reikje/3131876 to your computer and use it in GitHub Desktop.
Compiling FiSH for irssi Debian 64bit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make amd64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install irssi irssi-dev libglib2.0-0 libglib2.0-dev build-essential unzip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "load fish" >> ~/.irssi/startup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo cp libfish.so /usr/lib/irssi/modules/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| glib_inc = /usr/include/glib-2.0 | |
| glib_dir = /usr/lib/glib-2.0 | |
| irssi_dir = /usr/include/irssi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wget http://alpine.nethq.org/clandmeter/src/FiSH-irssi.v1.00-RC5-source.zip | |
| unzip FiSH-irssi.v1.00-RC5-source.zip | |
| cd FiSH-irssi.v1.00-RC5-source | |
| mkdir MIRACL;cd MIRACL;cp ../mir_amd64 amd64 | |
| wget http://www.certivox.com/wp-content/themes/certivox/res/miracl.zip | |
| unzip -j -aa -L miracl.zip | |
| bash amd64 | |
| cp miracl.a ../;cd .. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| lsb_release -a | |
| No LSB modules are available. | |
| Distributor ID: Debian | |
| Description: Debian GNU/Linux 6.0.5 (squeeze) | |
| Release: 6.0.5 | |
| Codename: squeeze | |
| uname -mrs | |
| Linux 2.6.32-5-amd64 x86_64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment