2.2 KiB
2.2 KiB
Irssi builds for Windows
Irssi 0.8.17 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.17.tar.bz2 and save it to
C:\Cygwin\home\<User>\
. -
Open a Cygwin terminal, and run the following commands:
$ tar xzvf irssi-*.tar.gz
$ cd ./irssi-*
$ ./configure --with-proxy --with-perl-staticlib --prefix=/usr/ (with perl support)
$ ./configure --with-proxy --with-perl=no --prefix=/usr/ (without perl support)
$ make
$ make install