Irssi builds for Windows (on Cygwin without perl).
themes | ||
irssi.cmd | ||
irssi.ico | ||
README.md |
Irssi builds for Windows
Irssi 0.8.20 builds (without perl):
-
Windows downloads:
-
Source code:
How to use:
-
Instructions:
How to build irssi on Cygwin
-
Install Cygwin and add the following packages to the default configuration:
Devel/gcc-core
Devel/gcc-g++
Devel/gettext
Devel/gettext-devel (missing libintl.a)
Devel/libncurses-devel (terminfo support)
Devel/make
Devel/pkgconfig (detects glib2)
Interpreters/perl
Libs/glib2
Libs/glib2-devel
Libs/openssl
Libs/openssl-devel
-
Download irssi-0.8.20.tar.gz and save it to
C:\Cygwin\home\<User>\
. -
Open a Cygwin terminal, and run the following commands:
$ tar zxvf irssi-0.8.20.tar.gz
$ cd irssi-0.8.20
$ ./configure --with-proxy --with-bot --with-perl=no --prefix=/usr --enable-true-color
$ make
$ make install
$ irssi