Irssi builds for Windows (on Cygwin without perl).
Go to file
2015-10-08 20:44:33 +02:00
README.md Updated README.md 2015-10-08 20:44:33 +02:00

Irssi builds for Windows

Irssi 0.8.17 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 or irssi-with-term.vbs.

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 jzvf irssi-0.8.17.tar.bz2
    • $ cd irssi-0.8.17
    • $ ./configure --with-proxy --with-perl=no --prefix=/usr
    • $ make
    • $ make install
    • $ irssi