Irssi builds for Windows (on Cygwin without perl).
Go to file
2017-01-07 13:35:22 +01:00
themes color: sb_background = "%4%w"; 2016-03-06 13:37:15 +01:00
irssi.cmd Added Windows CMD script to start Irssi 2016-03-24 16:29:00 +01:00
irssi.ico Added irssi icon 2016-03-24 16:27:52 +01:00
README.md New Irssi builds (v1.0.0) (README.md) 2017-01-07 13:35:22 +01:00

Irssi builds for Windows

Irssi 1.0.0 builds (without perl):

How to use:

  • Instructions:

    • Unzip the package with 7-zip or Winrar.
    • Copy the folder irssi to system. For example: C:\Program Files\irssi.
    • (Optional) Add the folder to PATH variable.
    • Open the folder irssi.
    • Run the script irssi.cmd.

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-1.0.0.tar.gz and save it to C:\Cygwin\home\<User>\.

  • Open a Cygwin terminal, and run the following commands:

    • $ tar zxvf irssi-1.0.0.tar.gz
    • $ cd irssi-1.0.0
    • $ ./configure --with-proxy --with-bot --with-perl=no --prefix=/usr --enable-true-color
    • $ make
    • $ make install
    • $ irssi